oxyloss change set to only borgs

This commit is contained in:
VampyrBytes
2016-02-14 10:16:45 +00:00
parent 02f3db4183
commit f7511ae017
2 changed files with 6 additions and 4 deletions
@@ -1455,4 +1455,8 @@ var/list/robot_verbs_default = list(
status_flags &= ~CANPUSH
notify_ai(2)
notify_ai(2)
/mob/living/silicon/robot/adjustOxyLoss(var/amount)
if (suiciding)
..()
+1 -3
View File
@@ -344,6 +344,4 @@
/mob/living/silicon/adjustToxLoss(var/amount)
return
/mob/living/silicon/adjustOxyLoss(var/amount)
if (suiciding)
..()