mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 13:47:33 +01:00
powder that makes you say yes
This commit is contained in:
@@ -63,9 +63,29 @@ proc/createRandomZlevel()
|
||||
. = ..()
|
||||
awaydestinations += src
|
||||
|
||||
/obj/effect/landmark/gateway_scatter/abduct
|
||||
name = "uncalibrated gateway abductor"
|
||||
abductor = 1
|
||||
|
||||
/obj/effect/landmark/event_scatter
|
||||
name = "uncalibrated gateway destination"
|
||||
name = "uncalibrated event destination"
|
||||
/obj/effect/landmark/event_scatter/Initialize()
|
||||
. = ..()
|
||||
eventdestinations += src
|
||||
|
||||
/obj/effect/landmark/event_scatter/abduct
|
||||
name = "uncalibrated event abductor"
|
||||
abductor = 1
|
||||
|
||||
/obj/effect/landmark/gateway_abduct_dest
|
||||
name = "abductor gateway destination"
|
||||
/obj/effect/landmark/gateway_abduct_dest/Initialize()
|
||||
. = ..()
|
||||
awayabductors += src
|
||||
|
||||
/obj/effect/landmark/event_abduct_dest
|
||||
name = "abductor event destination"
|
||||
/obj/effect/landmark/event_abduct_dest/Initialize()
|
||||
. = ..()
|
||||
eventabductors += src
|
||||
//VOREStation Add End
|
||||
|
||||
Reference in New Issue
Block a user