make it actually work lol

This commit is contained in:
Linzolle
2019-09-22 19:47:41 -05:00
parent 81bb4b4c31
commit 6f4ba5a1b8
2 changed files with 8 additions and 6 deletions
-3
View File
@@ -489,10 +489,7 @@ It's fairly easy to fix if dealing with single letters but not so much with comp
//Examine text for traits shared by multiple types. I wish examine was less copypasted.
/mob/proc/common_trait_examine()
. = ""
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>"
var/dissectionmsg = ""
if(HAS_TRAIT_FROM(src, TRAIT_DISSECTED,"Extraterrestrial Dissection"))
dissectionmsg = " via Extraterrestrial Dissection. It is no longer worth experimenting on"