Removes /structures/ (#27339)

* Removes /structures/

* Add updatepath
This commit is contained in:
DGamerL
2024-11-14 14:00:41 +00:00
committed by GitHub
parent 0b3c770597
commit 6520ce469c
3 changed files with 7 additions and 6 deletions
@@ -1,5 +1,5 @@
/obj/structures/plasmageyser
/obj/structure/plasmageyser
name = "Plasma Geyser"
desc = "A mound of basalt rock, erupting with bubbling molten plasma. It constantly emits toxic fumes."
anchored = TRUE
@@ -8,22 +8,22 @@
resistance_flags = LAVA_PROOF | FIRE_PROOF
armor = list(MELEE = 30, BULLET = 80, LASER = 90, ENERGY = 90, BOMB = 80, RAD = 100, FIRE = 100, ACID = 100)
/obj/structures/plasmageyser/Initialize(mapload)
/obj/structure/plasmageyser/Initialize(mapload)
. = ..()
START_PROCESSING(SSprocessing, src)
// for sanity checks
/obj/structures/plasmageyser/Destroy()
/obj/structure/plasmageyser/Destroy()
STOP_PROCESSING(SSprocessing, src)
return ..()
/obj/structures/plasmageyser/process()
/obj/structure/plasmageyser/process()
var/datum/milla_safe/plasmageyser/milla = new()
milla.invoke_async(src)
/datum/milla_safe/plasmageyser
/datum/milla_safe/plasmageyser/on_run(obj/structures/plasmageyser/geyser)
/datum/milla_safe/plasmageyser/on_run(obj/structure/plasmageyser/geyser)
var/max_pressure = ONE_ATMOSPHERE * 3
var/toxins_modifier = 100
var/co2_modifier = 12