adresses things

This commit is contained in:
FlattestGuitar
2016-09-30 17:10:26 +02:00
parent 56d56ffe7f
commit 503287d89a
+1 -1
View File
@@ -35,7 +35,7 @@ var/list/potential_theft_objectives = subtypesof(/datum/theft_objective) \
return TARGET_INVALID_NOT_HUMAN
if(!possible_target.current.stat == DEAD)
return TARGET_INVALID_DEAD
if(possible_target.key == null)
if(!possible_target.key)
return TARGET_INVALID_NOCKEY
/datum/objective/proc/find_target()