mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Merge pull request #10631 from Shadow-Quill/QM-Cart-Fix
Fixes the QM cartridge showing the wrong shuttle location
This commit is contained in:
@@ -316,10 +316,10 @@
|
||||
if(SSshuttle.supply.mode == SHUTTLE_CALL)
|
||||
supplyData["shuttle_moving"] = 1
|
||||
|
||||
if(!is_station_level(SSshuttle.supply.z))
|
||||
supplyData["shuttle_loc"] = "station"
|
||||
if(is_station_level(SSshuttle.supply.z))
|
||||
supplyData["shuttle_loc"] = "Station"
|
||||
else
|
||||
supplyData["shuttle_loc"] = "centcom"
|
||||
supplyData["shuttle_loc"] = "CentCom"
|
||||
|
||||
supplyData["shuttle_time"] = "([SSshuttle.supply.timeLeft(600)] Mins)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user