You now have to stand next to the decoy nuke disk and examine it to know it's fake
This commit is contained in:
committed by
CitadelStationBot
parent
fb555e5680
commit
8a176e126e
@@ -564,8 +564,8 @@ This is here to make the tiles around the station mininuke change when it's arme
|
||||
user.death(0)
|
||||
|
||||
/obj/item/disk/fakenucleardisk
|
||||
name = "cheap plastic imitation of the nuclear authentication disk"
|
||||
desc = "Broken dreams and a faint odor of cheese."
|
||||
name = "nuclear authentication disk"
|
||||
desc = "Better keep this safe."
|
||||
icon_state = "nucleardisk"
|
||||
|
||||
/obj/item/disk/fakenucleardisk/suicide_act(mob/user)
|
||||
@@ -573,3 +573,11 @@ This is here to make the tiles around the station mininuke change when it's arme
|
||||
playsound(src, 'sound/machines/alarm.ogg', 30, -1, 1)
|
||||
addtimer(CALLBACK(src, .proc/manual_suicide, user), 101)
|
||||
return MANUAL_SUICIDE
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
/obj/item/disk/fakenucleardisk/examine(mob/user)
|
||||
..()
|
||||
if(Adjacent(user))
|
||||
to_chat(user, "<span class='warning'>Wait, this is a fake!</span>")
|
||||
>>>>>>> 32a205b... You now have to stand next to the decoy nuke disk and examine it to know it's fake (#34059)
|
||||
|
||||
Reference in New Issue
Block a user