Merge pull request #113 from SamCroswell/master

Major Ninja Patch
This commit is contained in:
ZomgPonies
2014-01-09 19:31:38 -08:00
5 changed files with 44 additions and 12 deletions
@@ -184,7 +184,7 @@
stat("Chemical Storage", mind.changeling.chem_charges)
stat("Genetic Damage Time", mind.changeling.geneticdamage)
if (istype(wear_suit, /obj/item/clothing/suit/space/space_ninja)&&wear_suit:s_initialized)
stat("Energy Charge", round(wear_suit:cell:charge/100))
stat("Energy Charge", (wear_suit:cell:charge))
/mob/living/carbon/human/ex_act(severity)