From 8c717f6433ca6d6c8c970d6a7ffc71eaed80f3c0 Mon Sep 17 00:00:00 2001 From: joep van der velden Date: Mon, 12 Aug 2019 22:14:22 +0200 Subject: [PATCH] revert that seperation... man git is weird today --- code/game/gamemodes/nuclear/nuclearbomb.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/game/gamemodes/nuclear/nuclearbomb.dm b/code/game/gamemodes/nuclear/nuclearbomb.dm index d2b5fe486ae..ea06847e358 100644 --- a/code/game/gamemodes/nuclear/nuclearbomb.dm +++ b/code/game/gamemodes/nuclear/nuclearbomb.dm @@ -85,8 +85,7 @@ var/bomb_set O.forceMove(src) auth = O add_fingerprint(user) - attack_hand(user) - return + 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