mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user