Update files
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
var/uses
|
||||
var/ashwalker_only = FALSE
|
||||
|
||||
/obj/structure/necropolis_gate/Initialize()
|
||||
/obj/structure/necropolis_gate/Initialize(mapload)
|
||||
. = ..()
|
||||
setDir(SOUTH)
|
||||
var/turf/sight_blocker_turf = get_turf(src)
|
||||
@@ -155,7 +155,7 @@ GLOBAL_DATUM(necropolis_gate, /obj/structure/necropolis_gate/legion_gate)
|
||||
desc = "A tremendous, impossibly large gateway, set into a massive tower of stone."
|
||||
sight_blocker_distance = 2
|
||||
|
||||
/obj/structure/necropolis_gate/legion_gate/Initialize()
|
||||
/obj/structure/necropolis_gate/legion_gate/Initialize(mapload)
|
||||
. = ..()
|
||||
GLOB.necropolis_gate = src
|
||||
|
||||
@@ -228,7 +228,7 @@ GLOBAL_DATUM(necropolis_gate, /obj/structure/necropolis_gate/legion_gate)
|
||||
var/open = FALSE
|
||||
var/static/mutable_appearance/top_overlay
|
||||
|
||||
/obj/structure/necropolis_arch/Initialize()
|
||||
/obj/structure/necropolis_arch/Initialize(mapload)
|
||||
. = ..()
|
||||
icon_state = "arch_bottom"
|
||||
top_overlay = mutable_appearance('icons/effects/160x160.dmi', "arch_top")
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
anchored = FALSE
|
||||
density = TRUE
|
||||
|
||||
/obj/structure/cursed_money/Initialize()
|
||||
/obj/structure/cursed_money/Initialize(mapload)
|
||||
. = ..()
|
||||
addtimer(CALLBACK(src, .proc/collapse), 600)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user