Skip to content

Commit

Permalink
guh bomb (#23329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Contrabang authored Nov 29, 2023
1 parent 362b230 commit 444d68b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/gamemodes/nuclear/nuclearbomb.dm
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ GLOBAL_VAR(bomb_set)
/obj/machinery/nuclearbomb/attack_hand(mob/user as mob)
if(!panel_open)
return ui_interact(user)
if(!Adjacent(user))
return
if(removal_stage != NUKE_CORE_FULLY_EXPOSED || !core)
return wires.Interact(user)
if(timing) //removing the core is less risk then cutting wires, and doesnt take long, so we should not let crew do it while the nuke is armed. You can however get to it, without the special screwdriver, if you put the NAD in.
Expand Down

0 comments on commit 444d68b

Please sign in to comment.