diff --git a/code/datums/atmosphere/planetary.dm b/code/datums/atmosphere/planetary.dm index d94cca114f..9336451fe4 100644 --- a/code/datums/atmosphere/planetary.dm +++ b/code/datums/atmosphere/planetary.dm @@ -13,8 +13,7 @@ ) restricted_gases = list( GAS_BZ = 0.1, - GAS_METHYL_BROMIDE= 0.1, - GAS_AMMONIA = 0.1 + GAS_METHYL_BROMIDE= 0.1 ) minimum_pressure = HAZARD_LOW_PRESSURE + 10 @@ -42,8 +41,7 @@ GAS_CO2=10, ) restricted_gases = list( - GAS_METHYL_BROMIDE=0.1, - GAS_AMMONIA=0.1 + GAS_METHYL_BROMIDE=0.1 ) restricted_chance = 5 diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 8d3e1c79ec..01720c8e5d 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -75,6 +75,7 @@ GLOBAL_PROTECT(admin_verbs_admin) /client/proc/toggle_combo_hud, // toggle display of the combination pizza antag and taco sci/med/eng hud /client/proc/toggle_AI_interact, /*toggle admin ability to interact with machines as an AI*/ /datum/admins/proc/open_shuttlepanel, /* Opens shuttle manipulator UI */ + /datum/admins/proc/station_traits_panel, /* Opens station traits UI */ /client/proc/deadchat, /client/proc/toggleprayers, // /client/proc/toggle_prayer_sound,