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
+1
View File
@@ -17753,6 +17753,7 @@
/obj/item/stack/sheet/glass/fifty,
/obj/item/stack/sheet/metal/fifty,
/obj/item/storage/toolbox/mechanical,
/obj/item/stack/sheet/plastic/fifty,
/obj/item/multitool,
/turf/open/indestructible/hotelwood,
/area/centcom/holding)
@@ -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