Final fixes?

This commit is contained in:
keronshb
2021-09-16 13:28:34 -04:00
parent c798eb1ef0
commit 792dc073b3
13 changed files with 178 additions and 25 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ GLOBAL_VAR(antag_prototypes)
return common_commands
/datum/mind/proc/get_special_statuses()
var/list/result = list()
var/list/result = LAZYCOPY(special_statuses)
if(!current)
result += "<span class='bad'>No body!</span>"
if(current && HAS_TRAIT(current, TRAIT_MINDSHIELD))