standardization

This commit is contained in:
Fox McCloud
2018-07-09 04:44:36 -04:00
parent a3b5cf83e4
commit 6e9104650e
3 changed files with 15 additions and 24 deletions
+5 -6
View File
@@ -264,12 +264,11 @@
/obj/item/organ/internal/emp_act(severity)
if(!is_robotic() || emp_proof)
return
if(is_robotic())
switch(severity)
if(1)
receive_damage(20, 1)
if(2)
receive_damage(7, 1)
switch(severity)
if(1)
receive_damage(20, 1)
if(2)
receive_damage(7, 1)
/obj/item/organ/proc/remove(var/mob/living/user,special = 0)
if(!istype(owner))