i forgot i didn't add ammonia yet
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user