Skip to content

Commit

Permalink
Fix nuclear disk icon after destroy (TauCetiStation#13195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Slavik2001 authored Jun 24, 2024
1 parent de4da82 commit 1bd2892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/disks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
forceMove(targetturf) //move the disc, so ghosts remain orbitting it even if it's "destroyed"
message_admins("[src] has been destroyed in ([COORD(diskturf)] - [ADMIN_JMP(diskturf)]). Moving it to ([COORD(targetturf)] - [ADMIN_JMP(targetturf)]).")
log_game("[src] has been destroyed in [COORD(diskturf)]. Moving it to [COORD(targetturf)].")

update_world_icon()
return QDEL_HINT_LETMELIVE //Cancel destruction regardless of success

#undef TIMER_MIN
Expand Down

0 comments on commit 1bd2892

Please sign in to comment.