mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
Update files
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
/obj/item/disk/design_disk/adv/knight_gear
|
||||
name = "Magic Disk of Smithing"
|
||||
|
||||
/obj/item/disk/design_disk/adv/knight_gear/Initialize()
|
||||
/obj/item/disk/design_disk/adv/knight_gear/Initialize(mapload)
|
||||
. = ..()
|
||||
var/datum/design/knight_armour/A = new
|
||||
var/datum/design/knight_helmet/H = new
|
||||
@@ -33,7 +33,7 @@
|
||||
icon_state = "datadisk1"
|
||||
max_blueprints = 1
|
||||
|
||||
/obj/item/disk/design_disk/plant_disk/Initialize()
|
||||
/obj/item/disk/design_disk/plant_disk/Initialize(mapload)
|
||||
. = ..()
|
||||
var/datum/design/diskplantgene/P = new
|
||||
blueprints[1] = P
|
||||
@@ -46,7 +46,7 @@
|
||||
icon_state = "datadisk1"
|
||||
max_blueprints = 1
|
||||
|
||||
/obj/item/disk/design_disk/golem_shell/Initialize()
|
||||
/obj/item/disk/design_disk/golem_shell/Initialize(mapload)
|
||||
. = ..()
|
||||
var/datum/design/golem_shell/G = new
|
||||
blueprints[1] = G
|
||||
@@ -160,7 +160,7 @@
|
||||
important_info = "DO NOT abandon the base."
|
||||
outfit = /datum/outfit/lavaland_syndicate/comms
|
||||
|
||||
/obj/effect/mob_spawn/human/lavaland_syndicate/comms/space/Initialize()
|
||||
/obj/effect/mob_spawn/human/lavaland_syndicate/comms/space/Initialize(mapload)
|
||||
. = ..()
|
||||
if(prob(90)) //only has a 10% chance of existing, otherwise it'll just be a NPC syndie.
|
||||
new /mob/living/simple_animal/hostile/syndicate/ranged(get_turf(src))
|
||||
@@ -172,7 +172,7 @@
|
||||
mask = /obj/item/clothing/mask/chameleon/gps
|
||||
suit = /obj/item/clothing/suit/armor/vest
|
||||
|
||||
/obj/item/clothing/mask/chameleon/gps/Initialize()
|
||||
/obj/item/clothing/mask/chameleon/gps/Initialize(mapload)
|
||||
. = ..()
|
||||
new /obj/item/gps/internal/lavaland_syndicate_base(src)
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
slowdown = 0.5
|
||||
floor_variance = 30
|
||||
|
||||
/turf/open/floor/plating/asteroid/basalt/wasteland/Initialize()
|
||||
/turf/open/floor/plating/asteroid/basalt/wasteland/Initialize(mapload)
|
||||
.=..()
|
||||
if(prob(floor_variance))
|
||||
icon_state = "[environment_type][rand(0,6)]"
|
||||
@@ -68,7 +68,7 @@
|
||||
icon_state = "puddle-oil"
|
||||
dispensedreagent = /datum/reagent/oil
|
||||
|
||||
/obj/structure/sink/oil_well/Initialize()
|
||||
/obj/structure/sink/oil_well/Initialize(mapload)
|
||||
.=..()
|
||||
create_reagents(20)
|
||||
reagents.add_reagent(dispensedreagent, 20)
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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