mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 10:37:17 +01:00
adresses things
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user