mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
Cmagged objects now use the same define on ADD_TRAIT (#19718)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user