Update files
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
shuttleId = "caravantrade1"
|
||||
possible_destinations = "whiteship_away;whiteship_home;whiteship_z4;whiteship_lavaland;caravantrade1_custom;caravantrade1_ambush"
|
||||
|
||||
/obj/machinery/computer/camera_advanced/shuttle_docker/caravan/Initialize()
|
||||
/obj/machinery/computer/camera_advanced/shuttle_docker/caravan/Initialize(mapload)
|
||||
. = ..()
|
||||
GLOB.jam_on_wardec += src
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
/obj/item/disk/design_disk/adv/cleric_mace
|
||||
name = "Enshrined Disc of Smiting"
|
||||
|
||||
/obj/item/disk/design_disk/adv/cleric_mace/Initialize()
|
||||
/obj/item/disk/design_disk/adv/cleric_mace/Initialize(mapload)
|
||||
. = ..()
|
||||
var/datum/design/cleric_mace/M = new
|
||||
blueprints[1] = M
|
||||
|
||||
@@ -18,7 +18,7 @@ GLOBAL_VAR_INIT(hhmysteryRoomNumber, 1337)
|
||||
var/ruinSpawned = FALSE
|
||||
var/mysteryRoom
|
||||
|
||||
/obj/item/hilbertshotel/Initialize()
|
||||
/obj/item/hilbertshotel/Initialize(mapload)
|
||||
. = ..()
|
||||
//Load templates
|
||||
INVOKE_ASYNC(src, .proc/prepare_rooms)
|
||||
@@ -478,7 +478,7 @@ GLOBAL_VAR_INIT(hhmysteryRoomNumber, 1337)
|
||||
/obj/item/paper/crumpled/docslogs
|
||||
name = "Research Logs"
|
||||
|
||||
/obj/item/paper/crumpled/docslogs/Initialize()
|
||||
/obj/item/paper/crumpled/docslogs/Initialize(mapload)
|
||||
. = ..()
|
||||
GLOB.hhmysteryRoomNumber = rand(1, SHORT_REAL_LIMIT)
|
||||
info = {"
|
||||
|
||||
Reference in New Issue
Block a user