Skip to content

Commit

Permalink
Invoke async
Browse files Browse the repository at this point in the history
  • Loading branch information
Filatelele committed Dec 15, 2023
1 parent 276033d commit a7c3609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/nuclear_bomb.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var/bomb_set
if(timing)
timeleft = max(timeleft - wait, 0)
if(timeleft <= 0)
explode()
INVOKE_ASYNC(src, nameof(.proc/explode))
SSnano.update_uis(src)

/obj/machinery/nuclearbomb/attackby(obj/item/O as obj, mob/user as mob, params)
Expand Down

0 comments on commit a7c3609

Please sign in to comment.