This commit is contained in:
Linzolle
2019-09-22 17:39:37 -05:00
parent 12a691d950
commit 4878472aa4
6 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -491,5 +491,5 @@ It's fairly easy to fix if dealing with single letters but not so much with comp
/mob/proc/common_trait_examine()
. = ""
if(has_trait(TRAIT_DISSECTED))
if(HAS_TRAIT(src, TRAIT_DISSECTED))
. += "<span class='notice'>This body has been dissected and analyzed. It is no longer worth experimenting on.</span><br>"