Make the electrolyzer not a wait game (#50598)

* Electrolyzer balances

* better sprites(thanks trollbreeder!)

* reduce h2 export cost a bit

* h2 canister sprite change
This commit is contained in:
Ghilker
2020-04-26 00:06:37 -03:00
committed by GitHub
parent bda4d9e118
commit 838b2b2ba7
9 changed files with 87 additions and 17 deletions
+1 -1
View File
@@ -139,5 +139,5 @@
worth += gases[/datum/gas/tritium][MOLES]*5
worth += gases[/datum/gas/pluoxium][MOLES]*5
worth += gases[/datum/gas/freon][MOLES]*15
worth += gases[/datum/gas/hydrogen][MOLES]*25
worth += gases[/datum/gas/hydrogen][MOLES]*10
return worth