mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-09 21:53:55 +00:00
let's do that
This commit is contained in:
@@ -282,7 +282,7 @@
|
||||
/obj/effect/step_trigger/zlevel_fall //Don't ever use this, only use subtypes.Define a new var/static/target_z on each
|
||||
affect_ghosts = 1
|
||||
|
||||
/obj/effect/step_trigger/zlevel_fall/Initialize()
|
||||
/obj/effect/step_trigger/zlevel_fall/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
if(istype(get_turf(src), /turf/simulated/floor))
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
var/door_on_mode
|
||||
var/teleport_on_mode
|
||||
|
||||
/obj/away_mission_init/alienship/Initialize()
|
||||
/obj/away_mission_init/alienship/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
if(!mission_mode) //WE ARE NUMBER ONE
|
||||
@@ -105,7 +105,7 @@
|
||||
|
||||
// -- Areas -- //
|
||||
|
||||
/area/shuttle/excursion/away_alienship/Initialize()
|
||||
/area/shuttle/excursion/away_alienship/Initialize(mapload)
|
||||
. = ..()
|
||||
dump_area = locate(/area/tether_away/alienship/equip_dump)
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
name = "away mission initializer - beachcave"
|
||||
|
||||
// In our case, it initializes the ores and random submaps in the beach's cave, then deletes itself
|
||||
/obj/away_mission_init/beachcave/Initialize()
|
||||
/obj/away_mission_init/beachcave/Initialize(mapload)
|
||||
// Cave submaps are first.
|
||||
/*seed_submaps(list(z), 50, /area/tether_away/cave/unexplored/normal, /datum/map_template/surface/mountains/normal)
|
||||
seed_submaps(list(z), 50, /area/tether_away/cave/unexplored/deep, /datum/map_template/surface/mountains/deep)
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
/obj/away_mission_init/debrisfield
|
||||
name = "away mission initializer - debrisfield"
|
||||
|
||||
/obj/away_mission_init/debrisfield/Initialize()
|
||||
/obj/away_mission_init/debrisfield/Initialize(mapload)
|
||||
return INITIALIZE_HINT_QDEL
|
||||
|
||||
//And some special areas, including our shuttle landing spot (must be unique)
|
||||
|
||||
@@ -282,7 +282,7 @@ VIRGO3B_TURF_CREATE(/turf/simulated/shuttle/floor/voidcraft)
|
||||
VIRGO3B_TURF_CREATE(/turf/simulated/floor/tiled/kafel_full/yellow)
|
||||
|
||||
//Mechbay
|
||||
/obj/mecha/working/ripley/abandoned/Initialize()
|
||||
/obj/mecha/working/ripley/abandoned/Initialize(mapload)
|
||||
..()
|
||||
for(var/obj/item/mecha_parts/mecha_tracking/B in src.contents) //Deletes the beacon so it can't be found easily
|
||||
qdel(B)
|
||||
|
||||
@@ -50,7 +50,7 @@ obj/machinery/airlock_sensor/phoron/airlock_exterior
|
||||
var/frequency = 0
|
||||
var/datum/radio_frequency/radio_connection
|
||||
|
||||
/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary/Initialize()
|
||||
/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary/Initialize(mapload)
|
||||
. = ..()
|
||||
if(frequency)
|
||||
set_frequency(frequency)
|
||||
@@ -119,7 +119,7 @@ obj/machinery/airlock_sensor/phoron/airlock_exterior
|
||||
/obj/machinery/embedded_controller/radio/airlock/phoron
|
||||
var/tag_scrubber
|
||||
|
||||
/obj/machinery/embedded_controller/radio/airlock/phoron/Initialize()
|
||||
/obj/machinery/embedded_controller/radio/airlock/phoron/Initialize(mapload)
|
||||
. = ..()
|
||||
program = new/datum/computer/file/embedded_program/airlock/phoron(src)
|
||||
|
||||
|
||||
@@ -152,6 +152,6 @@
|
||||
name = "pre-linked multitool (tether hub)"
|
||||
desc = "This multitool has already been linked to the Tether telecomms hub and can be used to configure one (1) relay."
|
||||
|
||||
/obj/item/multitool/tether_buffered/Initialize()
|
||||
/obj/item/multitool/tether_buffered/Initialize(mapload)
|
||||
. = ..()
|
||||
buffer = locate(/obj/machinery/telecomms/hub/preset/tether)
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
icon = 'icons/obj/stairs.dmi'
|
||||
icon_state = "stairs"
|
||||
invisibility = 0
|
||||
/obj/effect/step_trigger/teleporter/to_underdark/Initialize()
|
||||
/obj/effect/step_trigger/teleporter/to_underdark/Initialize(mapload)
|
||||
. = ..()
|
||||
teleport_x = x
|
||||
teleport_y = y
|
||||
@@ -93,7 +93,7 @@
|
||||
icon = 'icons/obj/stairs.dmi'
|
||||
icon_state = "stairs"
|
||||
invisibility = 0
|
||||
/obj/effect/step_trigger/teleporter/from_underdark/Initialize()
|
||||
/obj/effect/step_trigger/teleporter/from_underdark/Initialize(mapload)
|
||||
. = ..()
|
||||
teleport_x = x
|
||||
teleport_y = y
|
||||
@@ -159,7 +159,7 @@
|
||||
|
||||
var/area/shock_area = /area/tether/surfacebase/tram
|
||||
|
||||
/turf/simulated/floor/maglev/Initialize()
|
||||
/turf/simulated/floor/maglev/Initialize(mapload)
|
||||
. = ..()
|
||||
shock_area = locate(shock_area)
|
||||
|
||||
@@ -202,7 +202,7 @@
|
||||
/obj/machinery/smartfridge/chemistry/chemvator/down
|
||||
name = "\improper Smart Chemavator - Lower"
|
||||
|
||||
/obj/machinery/smartfridge/chemistry/chemvator/down/Initialize()
|
||||
/obj/machinery/smartfridge/chemistry/chemvator/down/Initialize(mapload)
|
||||
. = ..()
|
||||
var/obj/machinery/smartfridge/chemistry/chemvator/above = locate(/obj/machinery/smartfridge/chemistry/chemvator,get_zstep(src,UP))
|
||||
if(istype(above))
|
||||
|
||||
@@ -159,7 +159,7 @@
|
||||
name = "bluespace"
|
||||
icon = 'icons/turf/space_vr.dmi'
|
||||
icon_state = "bluespace"
|
||||
/turf/space/bluespace/Initialize()
|
||||
/turf/space/bluespace/Initialize(mapload)
|
||||
..()
|
||||
icon = 'icons/turf/space_vr.dmi'
|
||||
icon_state = "bluespace"
|
||||
@@ -169,7 +169,7 @@
|
||||
name = "sand transit"
|
||||
icon = 'icons/turf/transit_vr.dmi'
|
||||
icon_state = "desert_ns"
|
||||
/turf/space/sandyscroll/Initialize()
|
||||
/turf/space/sandyscroll/Initialize(mapload)
|
||||
..()
|
||||
icon_state = "desert_ns"
|
||||
|
||||
@@ -178,7 +178,7 @@
|
||||
/turf/simulated/sky/virgo3b
|
||||
color = "#FFBBBB"
|
||||
|
||||
/turf/simulated/sky/virgo3b/Initialize()
|
||||
/turf/simulated/sky/virgo3b/Initialize(mapload)
|
||||
SSplanets.addTurf(src)
|
||||
set_light(2, 2, "#FFBBBB")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user