Increases starting phoron for fuel ports in shuttles so they can complete one round trip before refueling.

This commit is contained in:
mikomyazaki
2022-02-18 15:15:14 +00:00
parent 4a8a20f682
commit 585518d26b
2 changed files with 4 additions and 1 deletions
@@ -85,6 +85,9 @@
/obj/item/tank/phoron/adjust_initial_gas()
air_contents.adjust_gas(GAS_PHORON, (3*ONE_ATMOSPHERE)*70/(R_IDEAL_GAS_EQUATION*T20C))
/obj/item/tank/phoron/shuttle/adjust_initial_gas()
air_contents.adjust_gas(GAS_PHORON, 4*(3*ONE_ATMOSPHERE)*70/(R_IDEAL_GAS_EQUATION*T20C))
/obj/item/tank/phoron/attackby(obj/item/W as obj, mob/user as mob)
..()