From e34116b75c57c75a3ed52b1898477802cc6cb82f Mon Sep 17 00:00:00 2001 From: farie82 Date: Wed, 7 Aug 2019 08:40:59 +0200 Subject: [PATCH] returns for the ending code --- 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 1afa03d8b8d..6fdf50362a1 100644 --- a/code/game/gamemodes/nuclear/nuclearbomb.dm +++ b/code/game/gamemodes/nuclear/nuclearbomb.dm @@ -81,6 +81,7 @@ var/bomb_set if(extended) if(O.flags & NODROP) to_chat(user, "\The [O] is stuck to your hand!") + return usr.drop_item() O.loc = src auth = O @@ -88,6 +89,7 @@ var/bomb_set return attack_hand(user) else to_chat(user, "You need to deploy \the [src] first. Right click on the sprite, select 'Make Deployable' then click on \the [src] with an empty hand.") + return if(anchored) switch(removal_stage)