mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-25 21:16:39 +01:00
Reverts vox change I made
This commit is contained in:
@@ -101,8 +101,8 @@
|
||||
return
|
||||
|
||||
/obj/item/weapon/tank/vox //Can't be a child of phoron or the gas amount gets screwey.
|
||||
name = "nitrogen tank" //VOREStation edit
|
||||
desc = "Contains nitrogen." //dangerous phoron. Do not inhale. Warning: extremely flammable." //VOREStation Edit
|
||||
name = "phoron tank" //VOREStation edit
|
||||
desc = "Contains dangerous phoron. Do not inhale. Warning: extremely flammable." //VOREStation Edit
|
||||
icon_state = "oxygen_fr"
|
||||
gauge_icon = null
|
||||
flags = CONDUCT
|
||||
@@ -112,7 +112,7 @@
|
||||
/obj/item/weapon/tank/vox/New()
|
||||
..()
|
||||
|
||||
air_contents.adjust_gas("nitrogen", (6*ONE_ATMOSPHERE)*volume/(R_IDEAL_GAS_EQUATION*T20C)) //VOREStation Edit
|
||||
air_contents.adjust_gas("phoron", (6*ONE_ATMOSPHERE)*volume/(R_IDEAL_GAS_EQUATION*T20C)) //VOREStation Edit
|
||||
return
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user