Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 58d8410

Browse files
committed
fake
1 parent c06dd35 commit 58d8410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modular_lethal_doppler/wallem/code/super_doors.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
/obj/structure/mineral_door/lethal/CanPass(atom/movable/mover, border_dir)
6565
. = ..()
6666
if(isliving(mover) && mover.throwing)
67-
crash_addiction(mover)
67+
INVOKE_ASYNC(src, PROC_REF(crash_addiction), mover)
6868
return TRUE
6969
return .
7070

0 commit comments

Comments
 (0)