[MIRROR] Fixes traits added by quirks not being removed on remove_from_current_holder (#7777)

* forcepush from master because it's a webedit (#60984)

* Fixes traits added by quirks not being removed on `remove_from_current_holder`

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-08-26 02:34:23 +02:00
committed by GitHub
parent 120fbd5b85
commit 437d44ea14
+1 -1
View File
@@ -89,7 +89,7 @@
to_chat(quirk_holder, lose_text)
if(mob_trait)
REMOVE_TRAIT(quirk_holder, mob_trait, ROUNDSTART_TRAIT)
REMOVE_TRAIT(quirk_holder, mob_trait, QUIRK_TRAIT)
if(processing_quirk)
STOP_PROCESSING(SSquirks, src)