Cmagged objects now use the same define on ADD_TRAIT (#19718)

This commit is contained in:
FloFluoro
2022-11-17 21:06:49 +01:00
committed by GitHub
parent 9bd0270742
commit 93e92381a9
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
to_chat(user, "<span class='notice'>You [text_verb] \the [text_targetname][text_description]</span>")
if(is_cmagged) //If we've cleaned a cmagged object
REMOVE_TRAIT(src, TRAIT_CMAGGED, "clown_emag")
REMOVE_TRAIT(src, TRAIT_CMAGGED, CLOWN_EMAG)
uncmag()
return TRUE
else