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 committed Jul 30, 2024
1 parent 5db56f8 commit 69f2d6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
set category = "Game Master.Extras"
if(!check_rights(R_ADMIN))
return
GLOB.fire_support_menu.tgui_interact(mob)
new /datum/fire_support_menu(mob)

///The actual menu datum
/datum/fire_support_menu
Expand Down

0 comments on commit 69f2d6c

Please sign in to comment.