From 41eddf8e0aa47ea6db3d781f605ee8410df457ee Mon Sep 17 00:00:00 2001 From: joep van der velden Date: Mon, 12 Aug 2019 22:12:56 +0200 Subject: [PATCH] fucked up git stuff. Fixed now --- code/game/gamemodes/nuclear/nuclearbomb.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/gamemodes/nuclear/nuclearbomb.dm b/code/game/gamemodes/nuclear/nuclearbomb.dm index ea06847e358..d2b5fe486ae 100644 --- a/code/game/gamemodes/nuclear/nuclearbomb.dm +++ b/code/game/gamemodes/nuclear/nuclearbomb.dm @@ -85,7 +85,8 @@ var/bomb_set O.forceMove(src) auth = O add_fingerprint(user) - return attack_hand(user) + attack_hand(user) + return 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