mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Update gateway.dm
This commit is contained in:
@@ -18,9 +18,10 @@ var/obj/machinery/gateway/centerstation/the_gateway = null
|
||||
/obj/machinery/gateway/Initialize()
|
||||
randomspawns = awaydestinations
|
||||
update_icon()
|
||||
switch(dir)
|
||||
if(SOUTH,SOUTHEAST,SOUTHWEST)
|
||||
density = 0
|
||||
if(!istype(src, /obj/machinery/gateway/centerstation) && !istype(src, /obj/machinery/gateway/centeraway))
|
||||
switch(dir)
|
||||
if(SOUTH,SOUTHEAST,SOUTHWEST)
|
||||
density = 0
|
||||
..()
|
||||
|
||||
/obj/machinery/gateway/proc/toggleoff()
|
||||
|
||||
Reference in New Issue
Block a user