just,,, compile, please

This commit is contained in:
deathride58
2017-09-06 22:24:10 -04:00
parent 15ab156b86
commit 68a6ff5cfb
@@ -133,7 +133,8 @@
/datum/objective/crew/assistant/departmentclothes/check_completion()
if(owner.current)
if(istype(owner.current.w_uniform, targetuniform))
var/mob/living/carbon/human/H = owner.current
if(istype(H.w_uniform, targetuniform))
return 1
return 0