Update comment

This commit is contained in:
Markolie
2015-09-01 19:16:11 +02:00
parent 3898ba87a7
commit 2f96d6e3a6
+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)) // No eyes eyes? No problem!
if(!istype(E)) // No eyes? No problem!
return
switch(safety)
if(1)