Fixes backslot not counting towards assess_threat (#38046)
* Fixes backslot not counting towards assess_threat * fixed * Cleanup & commentary
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user