Makes vox tank spawn with nitrogen instead of phoron

This commit is contained in:
Cameron653
2017-02-01 15:59:50 -05:00
committed by GitHub
parent 19c65d5bdd
commit 82d021eb47
@@ -101,8 +101,8 @@
return
/obj/item/weapon/tank/vox //Can't be a child of phoron or the gas amount gets screwey.
name = "phoron tank"
desc = "Contains dangerous phoron. Do not inhale. Warning: extremely flammable."
name = "nitrogen tank" //VOREStation edit
desc = "Contains nitrogen." //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("phoron", (6*ONE_ATMOSPHERE)*volume/(R_IDEAL_GAS_EQUATION*T20C))
air_contents.adjust_gas("nitrogen", (6*ONE_ATMOSPHERE)*volume/(R_IDEAL_GAS_EQUATION*T20C)) //VOREStation Edit
return
/*
@@ -209,4 +209,4 @@
/obj/item/weapon/tank/nitrogen/examine(mob/user)
if(..(user, 0) && air_contents.gas["nitrogen"] < 10)
user << text("<span class='danger'>The meter on \the [src] indicates you are almost out of nitrogen!</span>")
//playsound(user, 'sound/effects/alert.ogg', 50, 1)
//playsound(user, 'sound/effects/alert.ogg', 50, 1)