mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Adds a slight warning that you may have screwed up to the nuclear bomb (#15232)
* Adds a slight warning that you may have screwed up * Update code/game/gamemodes/nuclear/nuclearbomb.dm Co-authored-by: Kyep <16434066+Kyep@users.noreply.github.com> Co-authored-by: Kyep <16434066+Kyep@users.noreply.github.com>
This commit is contained in:
@@ -68,6 +68,9 @@ GLOBAL_VAR(bomb_set)
|
||||
else
|
||||
to_chat(user, "<span class='notice'>You need to deploy [src] first.</span>")
|
||||
return
|
||||
else if(istype(O, /obj/item/disk/plantgene))
|
||||
to_chat(user, "<span class='warning'>You try to plant the disk, but despite rooting around, it won't fit! After you branch out to read the instructions, you find out where the problem stems from. You've been bamboo-zled, this isn't a nuclear disk at all!</span>")
|
||||
return
|
||||
return ..()
|
||||
|
||||
/obj/machinery/nuclearbomb/crowbar_act(mob/user, obj/item/I)
|
||||
|
||||
Reference in New Issue
Block a user