From 15bb5ed5c3352c28f882fbcf65244508c86bbc83 Mon Sep 17 00:00:00 2001 From: sunofang <38206283+sunofang@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:05:23 +0200 Subject: [PATCH] Update code/modules/admin/game_master/extra_buttons/fire_support_menu.dm god damn indentation!!! Co-authored-by: Doubleumc --- .../game_master/extra_buttons/fire_support_menu.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/admin/game_master/extra_buttons/fire_support_menu.dm b/code/modules/admin/game_master/extra_buttons/fire_support_menu.dm index 7fa847135d..66ba72c4f5 100644 --- a/code/modules/admin/game_master/extra_buttons/fire_support_menu.dm +++ b/code/modules/admin/game_master/extra_buttons/fire_support_menu.dm @@ -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