This commit is contained in:
Zuhayr
2014-06-14 18:48:13 +09:30
parent 05a1bededb
commit 5ad652e90c

View File

@@ -264,7 +264,10 @@
/obj/item/robot_parts/head/attackby(obj/item/W as obj, mob/user as mob)
..()
if(istype(W, /obj/item/device/flash))
if(src.flash1 && src.flash2)
if(istype(user,/mob/living/silicon/robot))
user << "\red How do you propose to do that?"
return
else if(src.flash1 && src.flash2)
user << "\blue You have already inserted the eyes!"
return
else if(src.flash1)