Robotic eyes will not protect your from welding/the supermatter

This commit is contained in:
Markolie
2015-09-01 19:13:17 +02:00
parent 134d2116c6
commit 3898ba87a7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -371,7 +371,7 @@
if(ishuman(user))
var/mob/living/carbon/human/H = user
var/obj/item/organ/eyes/E = H.internal_organs_by_name["eyes"]
if(!istype(E) || (E.status & ORGAN_ROBOT)) // No eyes or robotic eyes? No problem!
if(!istype(E)) // No eyes eyes? No problem!
return
switch(safety)
if(1)