mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 19:15:11 +01:00
Merge pull request #6136 from Heroman3003/gateway-faux-fix
Switches to an alternative system for gateway map use.
This commit is contained in:
+2
-2
@@ -57,8 +57,8 @@
|
||||
populate_robolimb_list()
|
||||
|
||||
//Must be done now, otherwise ZAS zones and lighting overlays need to be recreated.
|
||||
createRandomZlevel()
|
||||
|
||||
//createRandomZlevel() //VOREStation Removal: Deprecated
|
||||
|
||||
processScheduler = new
|
||||
master_controller = new /datum/controller/game_controller()
|
||||
|
||||
|
||||
@@ -168,6 +168,7 @@ obj/machinery/gateway/centerstation/process()
|
||||
update_icon()
|
||||
stationgate = locate(/obj/machinery/gateway/centerstation)
|
||||
. = ..()
|
||||
density = 1 //VOREStation Add
|
||||
|
||||
|
||||
/obj/machinery/gateway/centeraway/update_icon()
|
||||
|
||||
Reference in New Issue
Block a user