Another pAI update

This commit is contained in:
Casey
2022-06-05 22:02:24 +00:00
committed by CHOMPStation2
parent b0b0ec8bc4
commit b249f87d8e
7 changed files with 83 additions and 18 deletions
+10 -1
View File
@@ -425,4 +425,13 @@ GLOBAL_LIST_BOILERPLATE(all_pai_cards, /obj/item/device/paicard)
icon_state = "pai"
/obj/random/paicard/item_to_spawn()
return pick(/obj/item/device/paicard ,/obj/item/device/paicard/typeb)
<<<<<<< HEAD
return pick(/obj/item/device/paicard ,/obj/item/device/paicard/typeb)
=======
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
. = ..()
>>>>>>> 46739db0f2... Merge pull request #13043 from Very-Soft/anotherpaiupdate