mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes issue with gateway landmarks
This commit is contained in:
@@ -62,4 +62,10 @@ proc/createRandomZlevel()
|
|||||||
/obj/effect/landmark/gateway_scatter/Initialize()
|
/obj/effect/landmark/gateway_scatter/Initialize()
|
||||||
. = ..()
|
. = ..()
|
||||||
awaydestinations += src
|
awaydestinations += src
|
||||||
|
|
||||||
|
/obj/effect/landmark/event_scatter
|
||||||
|
name = "uncalibrated gateway destination"
|
||||||
|
/obj/effect/landmark/event_scatter/Initialize()
|
||||||
|
. = ..()
|
||||||
|
eventdestinations += src
|
||||||
//VOREStation Add End
|
//VOREStation Add End
|
||||||
|
|||||||
Reference in New Issue
Block a user