Reverts vox change I made

This commit is contained in:
Cameron653
2017-02-02 14:35:14 -05:00
committed by GitHub
parent e5f5a2e881
commit 9cd1919fc6
@@ -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
/*