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
+1 -1
View File
@@ -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)