mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into aro-newpolsync
# Conflicts: # code/game/objects/items/weapons/tanks/tank_types.dm # code/modules/events/canister_leak.dm # code/modules/gamemaster/actions/canister_leak.dm
This commit is contained in:
@@ -101,9 +101,10 @@
|
||||
return
|
||||
|
||||
/obj/item/weapon/tank/vox //Can't be a child of phoron or the gas amount gets screwey.
|
||||
name = "phoron tank" //VOREStation edit
|
||||
desc = "Contains dangerous phoron. Do not inhale. Warning: extremely flammable." //VOREStation Edit
|
||||
icon_state = "oxygen_fr"
|
||||
name = "phoron tank"
|
||||
desc = "Contains dangerous phoron. Do not inhale. Warning: extremely flammable."
|
||||
icon_state = "phoron_vox"
|
||||
item_state = "oxygen_fr"
|
||||
gauge_icon = null
|
||||
flags = CONDUCT
|
||||
distribute_pressure = ONE_ATMOSPHERE*O2STANDARD
|
||||
@@ -112,7 +113,7 @@
|
||||
/obj/item/weapon/tank/vox/New()
|
||||
..()
|
||||
|
||||
air_contents.adjust_gas("phoron", (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))
|
||||
return
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user