This commit is contained in:
SandPoot
2024-08-24 21:28:55 -03:00
parent 9604090014
commit c07e94be66
218 changed files with 1001 additions and 979 deletions
@@ -54,7 +54,7 @@
queue += purchase
/obj/machinery/ltsrbt/process()
if(stat & NOPOWER)
if(machine_stat & NOPOWER)
return
if(recharge_cooldown)
recharge_cooldown--
+2 -2
View File
@@ -156,13 +156,13 @@
return
if(SSshuttle.supply.getDockedId() == "supply_home")
SSshuttle.supply.export_categories = get_export_categories()
SSshuttle.moveShuttle(SSshuttle.supply.id, "supply_away", TRUE)
SSshuttle.moveShuttle(SSshuttle.supply.shuttle_id, "supply_away", TRUE)
say("The supply shuttle is departing.")
investigate_log("[key_name(usr)] sent the supply shuttle away.", INVESTIGATE_CARGO)
else
investigate_log("[key_name(usr)] called the supply shuttle.", INVESTIGATE_CARGO)
say("The supply shuttle has been called and will arrive in [SSshuttle.supply.timeLeft(600)] minutes.")
SSshuttle.moveShuttle(SSshuttle.supply.id, "supply_home", TRUE)
SSshuttle.moveShuttle(SSshuttle.supply.shuttle_id, "supply_home", TRUE)
. = TRUE
if("loan")
if(!SSshuttle.shuttle_loan)