mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Lowers CO2 fusion power and slightly bumps up nitryl (#42246)
* lowers CO2 fusion power from 3 to 1.2 * raises nitryl fusion power from 15 to 16 * bad calculation, raises CO2 from 1.2 to 1.25
This commit is contained in:
committed by
Jordan Brown
parent
1350716db4
commit
36d64d231e
@@ -65,7 +65,7 @@ GLOBAL_LIST_INIT(nonreactive_gases, typecacheof(list(/datum/gas/oxygen, /datum/g
|
||||
id = "co2"
|
||||
specific_heat = 30
|
||||
name = "Carbon Dioxide"
|
||||
fusion_power = 3
|
||||
fusion_power = 1.25
|
||||
rarity = 700
|
||||
|
||||
/datum/gas/plasma
|
||||
@@ -111,7 +111,7 @@ GLOBAL_LIST_INIT(nonreactive_gases, typecacheof(list(/datum/gas/oxygen, /datum/g
|
||||
gas_overlay = "nitryl"
|
||||
moles_visible = MOLES_GAS_VISIBLE
|
||||
dangerous = TRUE
|
||||
fusion_power = 15
|
||||
fusion_power = 16
|
||||
rarity = 100
|
||||
|
||||
/datum/gas/tritium
|
||||
|
||||
Reference in New Issue
Block a user