Merge pull request #883 from Telvayne/patch-1

Removing Cryo bag damage
This commit is contained in:
Neerti
2016-02-05 20:56:36 -05:00
@@ -86,7 +86,6 @@
if(!client)
species.handle_npc(src)
handle_stasis_bag()
if(!handle_some_updates())
return //We go ahead and process them 5 times for HUD images and other stuff though.
@@ -213,15 +212,7 @@
src << "<span class='danger'>Your legs won't respond properly, you fall down!</span>"
Weaken(10)
/mob/living/carbon/human/proc/handle_stasis_bag()
// Handle side effects from stasis bag
if(in_stasis)
// First off, there's no oxygen supply, so the mob will slowly take brain damage
adjustBrainLoss(0.1)
// Next, the method to induce stasis has some adverse side-effects, manifesting
// as cloneloss
adjustCloneLoss(0.1)
/mob/living/carbon/human/handle_mutations_and_radiation()
if(in_stasis)