Highlander Changes (#9931)

* Highlanders will now receive a full heal if they decapitate another highlander. Highlanders can no longer use machinery, guns, or vehicles. Silicons will now become humans when the highlander button is pressed.

* Fixes stuff.

* Adds string define for "highlander". Puts the code for making a tracker effect into its own proc. All highlanders are now permahulks.

* Plasmamen no longer lose their suits, helmets, tanks, or masks when made into highlanders. Vox no longer lose their tanks or masks.
This commit is contained in:
Shadowmech88
2016-05-27 00:28:06 -04:00
committed by clusterfack
parent f2e569f9cb
commit 7be148b98f
10 changed files with 81 additions and 28 deletions

View File

@@ -1504,4 +1504,6 @@ var/proccalls = 1
#define CANCER_STAGE_METASTASIS 1200 //Cancer has maximal effects, growing out of control in the organ, and can start "colonizing" other organs very quickly, dooming the patient. 30 minutes
#define EVENT_OBJECT_INDEX "o"
#define EVENT_PROC_INDEX "p"
#define EVENT_PROC_INDEX "p"
#define HIGHLANDER "highlander"