mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Changes centcom to CentCom and station to Station
This commit is contained in:
@@ -317,9 +317,9 @@
|
||||
supplyData["shuttle_moving"] = 1
|
||||
|
||||
if(is_station_level(SSshuttle.supply.z))
|
||||
supplyData["shuttle_loc"] = "station"
|
||||
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