mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Fixes runtimes (#18260)
* Fixes cshift clown runtime * Fixes girder runtime Makes the do_after exclusive. Spam-clicking would result in runtimes * Fixes MMI defibbing * fixes wrong type runtime * Disposal qdel check Also upports the /hitby act. * Fixes energy source runtime & upports helpers * interaction info runtime * this is better
This commit is contained in:
@@ -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