Suggested changes

This commit is contained in:
Putnam
2020-01-11 01:28:49 -08:00
parent 19887691f3
commit 312da86424
2 changed files with 2 additions and 1 deletions
@@ -629,7 +629,7 @@
if(!..())
return 0
var/mob/M = target
if(HAS_TRAIT(M,TRAIT_SIXTHSENSE))
if(HAS_TRAIT_FROM(M,TRAIT_SIXTHSENSE,GHOSTROLE_TRAIT))
REMOVE_TRAIT(M,TRAIT_SIXTHSENSE,GHOSTROLE_TRAIT)
to_chat(M,"<span class='notice'>You're no longer hearing deadchat.</span>")
else