Some bugfixes (#19444)

* Fixes accessory removal

* Fixes partslathe

* Fixes a bug where field gen would be annihilated by windows

* Small runtime fix

* Fixes a robot runtime

* easter egg

* no coggers

* Update mop.dm

* Update antagonist.dm

* Update antagonist.dm

* Update partslathe_vr.dm

* Update mop.dm
This commit is contained in:
Cameron Lennox
2026-05-03 22:08:23 -04:00
committed by GitHub
parent c92befc589
commit 7cdc25880a
13 changed files with 24 additions and 12 deletions
@@ -58,7 +58,8 @@
if(istype(A,/obj/machinery/containment_field) || istype(A,/obj/effect) || istype(A,/obj/singularity))
return
else
Destroy()
qdel(A)
//Destroy()
/obj/machinery/containment_field/HasProximity(turf/T, datum/weakref/WF, old_loc)
if(isnull(WF))
@@ -38,6 +38,7 @@
connect_to_network()
AddElement(/datum/element/climbable)
AddElement(/datum/element/rotatable)
AddElement(/datum/element/empprotection, EMP_PROTECT_SELF)
/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>)")
@@ -73,6 +73,7 @@
fields = list()
connected_gens = list()
AddElement(/datum/element/climbable)
AddElement(/datum/element/empprotection, EMP_PROTECT_SELF)
/obj/machinery/field_generator/process()
if(Varedit_start == 1)