i forgot i didn't add ammonia yet

This commit is contained in:
Putnam3145
2021-12-08 18:05:19 -08:00
parent 07c5f8910f
commit 657b25b501
2 changed files with 3 additions and 4 deletions
+2 -4
View File
@@ -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
+1
View File
@@ -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,