diff --git a/code/game/objects/items/weapons/tanks/tank_types.dm b/code/game/objects/items/weapons/tanks/tank_types.dm index 6c2b6aa885..2659be5155 100644 --- a/code/game/objects/items/weapons/tanks/tank_types.dm +++ b/code/game/objects/items/weapons/tanks/tank_types.dm @@ -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("The meter on \the [src] indicates you are almost out of nitrogen!") - //playsound(user, 'sound/effects/alert.ogg', 50, 1) \ No newline at end of file + //playsound(user, 'sound/effects/alert.ogg', 50, 1)