mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
[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:
committed by
GitHub
parent
1394e54c33
commit
ece6e8b28a
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user