Merge pull request #31210 from MoreRobustThanYou/patch-7

Silicons can no longer take brain damage
This commit is contained in:
Leo
2017-10-03 08:19:48 -03:00
committed by CitadelStationBot
parent 22b6f538d6
commit 0888d3944e
@@ -15,7 +15,7 @@
/mob/living/silicon/apply_effect(effect = 0,effecttype = STUN, blocked = FALSE)
return 0 //The only effect that can hit them atm is flashes and they still directly edit so this works for now
return FALSE //The only effect that can hit them atm is flashes and they still directly edit so this works for now
/mob/living/silicon/adjustToxLoss(amount, updating_health = TRUE, forced = FALSE) //immune to tox damage
return FALSE
@@ -30,8 +30,13 @@
return FALSE
/mob/living/silicon/adjustStaminaLoss(amount, updating_stamina = 1)//immune to stamina damage.
return
return FALSE
/mob/living/silicon/setStaminaLoss(amount, updating_stamina = 1)
return
return FALSE
/mob/living/silicon/adjustBrainLoss(amount)
return FALSE
/mob/living/silicon/setBrainLoss(amount)
return FALSE