[MIRROR] Fixes runtimes (#11421)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-15 12:54:38 -07:00
committed by GitHub
parent 1394e54c33
commit ece6e8b28a
9 changed files with 42 additions and 42 deletions

View File

@@ -123,7 +123,8 @@
for(var/obj/effect/abstract/dark_maw/dm as anything in active_dark_maws) //if the component gets destroyed so does your precious maws
if(!QDELETED(dm))
qdel(dm)
owner.shadekin_display.invisibility = INVISIBILITY_ABSTRACT //hide it
if(owner.shadekin_display)
owner.shadekin_display.invisibility = INVISIBILITY_ABSTRACT //hide it
replace_shadekin_master()
active_dark_maws.Cut()
shadekin_abilities.Cut()