mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Increases starting phoron for fuel ports in shuttles so they can complete one round trip before refueling.
This commit is contained in:
@@ -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)
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user