Skip to content

Commit

Permalink
515
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsar-Salat committed Apr 2, 2024
1 parent b3fc4b3 commit 905c6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/silicon/ai/death.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

if(!gibbed)
// Will update all AI status displays with a blue screen of death
INVOKE_ASYNC(src, .proc/emote, "bsod")
INVOKE_ASYNC(src, PROC_REF(emote), "bsod")

. = ..()

Expand Down

0 comments on commit 905c6ca

Please sign in to comment.