Skip to content

Commit

Permalink
Update code/modules/admin/game_master/extra_buttons/fire_support_menu.dm
Browse files Browse the repository at this point in the history
Doubleumc wanted this.

Co-authored-by: Doubleumc <[email protected]>
  • Loading branch information
sunofang and Doubleumc authored Jul 30, 2024
1 parent 5c7c12f commit 1400934
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
///Deletes the mortar when the menu is closed so we dont make a thousand of them.
/datum/fire_support_menu/Destroy(force, ...)
QDEL_NULL(abstract_mortar)
holder = null
return ..()

/datum/fire_support_menu/tgui_interact(mob/user, datum/tgui/ui)
Expand Down

0 comments on commit 1400934

Please sign in to comment.