Replaces all var/const with #define

This commit is contained in:
AffectedArc07
2020-01-28 21:25:20 +00:00
parent 076ef673cd
commit c64bc93649
269 changed files with 1481 additions and 1474 deletions
+2 -2
View File
@@ -875,7 +875,7 @@
/obj/machinery/computer/shuttle/admin
name = "admin shuttle console"
req_access = list(access_cent_general)
req_access = list(ACCESS_CENT_GENERAL)
shuttleId = "admin"
possible_destinations = "admin_home;admin_away;admin_custom"
resistance_flags = INDESTRUCTIBLE
@@ -900,7 +900,7 @@
resistance_flags = INDESTRUCTIBLE
/obj/machinery/computer/shuttle/trade/sol
req_access = list(access_trade_sol)
req_access = list(ACCESS_TRADE_SOL)
possible_destinations = "trade_sol_base;trade_dock"
shuttleId = "trade_sol"