Update files
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
anchored = TRUE
|
||||
var/popped = FALSE
|
||||
|
||||
/obj/effect/fun_balloon/Initialize()
|
||||
/obj/effect/fun_balloon/Initialize(mapload)
|
||||
. = ..()
|
||||
SSobj.processing |= src
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
timeleft = 0
|
||||
var/list/warp_points
|
||||
|
||||
/obj/effect/forcefield/arena_shuttle/Initialize()
|
||||
/obj/effect/forcefield/arena_shuttle/Initialize(mapload)
|
||||
. = ..()
|
||||
for(var/obj/effect/landmark/shuttle_arena_safe/exit in GLOB.landmarks_list)
|
||||
warp_points += exit
|
||||
|
||||
Reference in New Issue
Block a user