[MIRROR] Climbable Element (#11096)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-06-21 13:38:18 -07:00
committed by GitHub
parent 573e286496
commit eaca591b85
75 changed files with 486 additions and 493 deletions

View File

@@ -20,6 +20,7 @@ var/global/list/rad_collectors = list()
/obj/machinery/power/rad_collector/Initialize(mapload)
. = ..()
rad_collectors += src
AddElement(/datum/element/climbable)
/obj/machinery/power/rad_collector/Destroy()
rad_collectors -= src

View File

@@ -54,6 +54,7 @@
. = ..()
if(state == 2 && anchored)
connect_to_network()
AddElement(/datum/element/climbable)
/obj/machinery/power/emitter/Destroy()
message_admins("Emitter deleted at ([x],[y],[z] - <A href='byond://?_src_=holder;[HrefToken()];adminplayerobservecoodjump=1;X=[x];Y=[y];Z=[z]'>JMP</a>)",0,1)

View File

@@ -72,6 +72,7 @@
. = ..()
fields = list()
connected_gens = list()
AddElement(/datum/element/climbable)
/obj/machinery/field_generator/process()
if(Varedit_start == 1)

View File

@@ -72,6 +72,10 @@ So, hopefully this is helpful if any more icons are to be added/changed/wonderin
var/strength = null
var/desc_holder = null
/obj/structure/particle_accelerator/Initialize(mapload)
. = ..()
AddElement(/datum/element/climbable)
/obj/structure/particle_accelerator/Destroy()
construction_state = 0
if(master)

View File

@@ -26,6 +26,7 @@
wires = new(src)
connected_parts = list()
update_active_power_usage(initial(active_power_usage) * (strength + 1))
AddElement(/datum/element/climbable)
/obj/machinery/particle_accelerator/control_box/Destroy()
if(active)