Final fixes?
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user