Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Nov 15, 2023
1 parent d1099d0 commit 98d7ac6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/game/machinery/nuclear_bomb.dm
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,9 @@ var/global/bomb_set
secure_device()
update_icon()
if(href_list["evacuate"])
<<<<<<< ours
=======
if(timing)
to_chat(usr, SPAN_WARNING("Cannot alter evacuation during countdown."))
return
>>>>>>> theirs
evacuate = !evacuate
if(href_list["anchor"])
if(removal_stage == 5)
Expand Down

0 comments on commit 98d7ac6

Please sign in to comment.