Fixes backslot not counting towards assess_threat (#38046)

* Fixes backslot not counting towards assess_threat

* fixed

* Cleanup & commentary
This commit is contained in:
ShizCalev
2018-05-27 11:41:06 -05:00
committed by letterjay
parent fb0c6a9158
commit 69dff942ce
3 changed files with 9 additions and 6 deletions
@@ -391,10 +391,11 @@ Auto Patrol: []"},
break
else
continue
/mob/living/simple_animal/bot/secbot/proc/check_for_weapons(var/obj/item/slot_item)
if(slot_item && (slot_item.item_flags & NEEDS_PERMIT))
return 1
return 0
return TRUE
return FALSE
/mob/living/simple_animal/bot/secbot/explode()