From 9f2da3b2ee94ebaf964baeaa22f3a9671f0b7939 Mon Sep 17 00:00:00 2001 From: Kyani <65205627+EmeraldCandy@users.noreply.github.com> Date: Tue, 25 Apr 2023 15:14:37 -0400 Subject: [PATCH] fixes attack when putting in core (#20916) --- code/game/gamemodes/nuclear/nuclearbomb.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/gamemodes/nuclear/nuclearbomb.dm b/code/game/gamemodes/nuclear/nuclearbomb.dm index ed7da695b67..5f07260ad04 100644 --- a/code/game/gamemodes/nuclear/nuclearbomb.dm +++ b/code/game/gamemodes/nuclear/nuclearbomb.dm @@ -166,6 +166,8 @@ GLOBAL_VAR(bomb_set) user.visible_message("[user] puts [O] back in [src].", "You put [O] back in [src].") O.forceMove(src) core = O + update_icon(UPDATE_OVERLAYS) + return else if(istype(O, /obj/item/disk/plantgene)) to_chat(user, "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!")