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
god damn indentation!!!

Co-authored-by: Doubleumc <[email protected]>
  • Loading branch information
sunofang and Doubleumc committed Jul 25, 2024
1 parent 166e5ac commit 15bb5ed
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ GLOBAL_DATUM_INIT(fire_support_menu, /datum/fire_support_menu, new)
. = ..()
var/list/data = list()

data["ordnance_options"] = ORDNANCE_OPTIONS
data["ordnance_options"] = ORDNANCE_OPTIONS

data["missile_ordnance_options"] = MISSILE_ORDNANCE
data["orbital_ordnance_options"] = ORBITAL_ORDNANCE
data["mortar_ordnance_options"] = MORTAR_ORDNANCE
data["misc_ordnance_options"] = MISC_ORDNANCE
data["missile_ordnance_options"] = MISSILE_ORDNANCE
data["orbital_ordnance_options"] = ORBITAL_ORDNANCE
data["mortar_ordnance_options"] = MORTAR_ORDNANCE
data["misc_ordnance_options"] = MISC_ORDNANCE

return data

Expand Down

0 comments on commit 15bb5ed

Please sign in to comment.