mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Increases starting phoron for fuel ports in shuttles so they can complete one round trip before refueling.
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
|
||||
/obj/structure/fuel_port/Initialize()
|
||||
. = ..()
|
||||
new /obj/item/tank/phoron(src)
|
||||
new /obj/item/tank/phoron/shuttle(src) // Enough for four launches (one round trip)
|
||||
|
||||
/obj/structure/fuel_port/attack_hand(mob/user)
|
||||
if(!opened)
|
||||
|
||||
Reference in New Issue
Block a user