Skip to content

Commit

Permalink
update supplyshuttle.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Waseemq1235 committed Nov 11, 2023
1 parent a97993d commit 01a96c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/supplyshuttle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1331,9 +1331,9 @@ var/datum/controller/supply/supply_controller = new()
. = ..()

vehicles = list(
/datum/vehicle_order/apc,
/datum/vehicle_order/apc/med,
/datum/vehicle_order/apc/cmd,
new /datum/vehicle_order/apc,
new /datum/vehicle_order/apc/med,
new /datum/vehicle_order/apc/cmd,
)

for(var/order as anything in vehicles)
Expand Down

0 comments on commit 01a96c1

Please sign in to comment.