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

Commit c57c296

Browse files
authored
Update _quirk.dm (#22618)
1 parent 854318a commit c57c296

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code/datums/traits/_quirk.dm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
qdel(src)
2828
quirk_holder = quirk_mob
2929
SSquirks.quirk_objects += src
30-
to_chat(quirk_holder, gain_text)
30+
if(gain_text)
31+
to_chat(quirk_holder, gain_text)
3132
quirk_holder.roundstart_quirks += src
3233
if(mob_trait)
3334
ADD_TRAIT(quirk_holder, mob_trait, ROUNDSTART_TRAIT)

0 commit comments

Comments
 (0)