mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Fixes #5195
This commit is contained in:
@@ -264,7 +264,10 @@
|
|||||||
/obj/item/robot_parts/head/attackby(obj/item/W as obj, mob/user as mob)
|
/obj/item/robot_parts/head/attackby(obj/item/W as obj, mob/user as mob)
|
||||||
..()
|
..()
|
||||||
if(istype(W, /obj/item/device/flash))
|
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!"
|
user << "\blue You have already inserted the eyes!"
|
||||||
return
|
return
|
||||||
else if(src.flash1)
|
else if(src.flash1)
|
||||||
|
|||||||
Reference in New Issue
Block a user