🆑
bugfix: Clicking the (F) link when an AI talks in binary chat will
follow its camera eye, the same as when (F) is clicked for its radio
chat.
/🆑
FOLLOW_LINK is a define that creates the clickable (F) link, so it
doesn't have to be typed painstakingly out every time we want to give
that link to an observer.
* Adds NODISMEMBER to the species specflags to remove the var. It's not DISMEMBER because that's the default expectation and specflags need to be manually set for every race.
Merges RESISTHEAT and RESISTCOLD into RESISTTEMP. Every situation where one occurred the other did as well. It also doesn't make thermodynamic sense that something good at one wouldn't be good at the other anyways.
* T H E S E A R E N O T B I T F L A G S
* Makes dismemberment more adjustable
Makes dismemberment more adjustable
Items now return chance for dismemberment
Bodyparts now decide if they are dismemberable or not by the specific
item
Items now decide what sound to play on dismemberment
No balance changes here
* Owner into H
Owner into H
* Removes abductor ability to use guns.
Removes agent starting out with an alien blaster
* removes comment
* Makes Abductors able to use alien pistol
Alien pistol now has ALLOW_ALL trigger guard to overcome abductor's
natural NOGUN.
Pistol now starts in the backpack, and the wondertool on the belt.
In addition:
- Replace multiple copies of IsAbductor() with a single isabductor()
proc in code/__HELPERS/mobs.dm
- Adds icon for alien firing pin
- Adds abductor span for ayylien communication
Dismemberment support added as well as a way to use the limbs of another species for dismemberment for visually identical species
Flying var changed to species flag
* Dismemberment tweaks
* Lowers some AP to address remies concerns
* Lowers the dualsaber AP again to prevent nonsense from occuring
* Adds HF blade
* Honk Dagger typo fix
* Lowers chaplain AP again
Fixes tail sprite when missing a leg and facing south.
Adds an admin option in human VV to remove a body part.
Fixes typos.
Fixes being able to toggle hardsuit and wintercoat helmet despite having no head.
Changes the dismemberment chance from explosion: bomb armor helps against it, and the maximum number of limbs that you can lose in one explosion is capped depending on the explosion severity.
Missing 1 or 2 legs makes you significantly slower. If without legs, missing an arm makes you slower. You can no longer move when missing all four limbs.
Bodyparts have now force 3 and throwforce 3
Tongues are now properly put in decapitated heads.
Shaking a legless person no longer gives weird results.