mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
Freon fixes, tweaks and balancing (#50153)
* balancing, fixes, tweaks * freon specific_heat increase * fix an issue with negative temperature * changed HyperNob canister color * done change request and tweaked more the hardcap limit
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
var/obj/machinery/portable_atmospherics/canister/C = O
|
||||
var/worth = 10
|
||||
var/gases = C.air_contents.gases
|
||||
C.air_contents.assert_gases(/datum/gas/bz,/datum/gas/stimulum,/datum/gas/hypernoblium,/datum/gas/miasma,/datum/gas/tritium,/datum/gas/pluoxium)
|
||||
C.air_contents.assert_gases(/datum/gas/bz,/datum/gas/stimulum,/datum/gas/hypernoblium,/datum/gas/miasma,/datum/gas/tritium,/datum/gas/pluoxium,/datum/gas/freon)
|
||||
|
||||
worth += gases[/datum/gas/bz][MOLES]*4
|
||||
worth += gases[/datum/gas/stimulum][MOLES]*100
|
||||
@@ -138,4 +138,5 @@
|
||||
worth += gases[/datum/gas/miasma][MOLES]*10
|
||||
worth += gases[/datum/gas/tritium][MOLES]*5
|
||||
worth += gases[/datum/gas/pluoxium][MOLES]*5
|
||||
worth += gases[/datum/gas/freon][MOLES]*15
|
||||
return worth
|
||||
|
||||
Reference in New Issue
Block a user