Merge pull request #13043 from Very-Soft/anotherpaiupdate

Another pAI update
This commit is contained in:
Casey
2022-06-05 18:01:34 -04:00
committed by GitHub
7 changed files with 70 additions and 20 deletions
@@ -426,3 +426,8 @@ GLOBAL_LIST_BOILERPLATE(all_pai_cards, /obj/item/device/paicard)
/obj/random/paicard/item_to_spawn()
return pick(/obj/item/device/paicard ,/obj/item/device/paicard/typeb)
/obj/item/device/paicard/digest_act(var/atom/movable/item_storage = null)
if(!pai.digestable)
return
. = ..()