From ad43069fd75d054ea9bb1eef8bd5aedee90ae19d Mon Sep 17 00:00:00 2001 From: TullyBurnalot Date: Sat, 27 Aug 2016 12:18:20 +0100 Subject: [PATCH] AIs can actually see the bomb interface again --- code/game/gamemodes/nuclear/nuclearbomb.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/game/gamemodes/nuclear/nuclearbomb.dm b/code/game/gamemodes/nuclear/nuclearbomb.dm index 9c7fa7ffa18..fd92e69cafa 100644 --- a/code/game/gamemodes/nuclear/nuclearbomb.dm +++ b/code/game/gamemodes/nuclear/nuclearbomb.dm @@ -153,9 +153,6 @@ var/bomb_set return ..() -/obj/machinery/nuclearbomb/attack_ai(mob/user as mob) - return - /obj/machinery/nuclearbomb/attack_ghost(mob/user as mob) attack_hand(user)