mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Merge pull request #13043 from Very-Soft/anotherpaiupdate
Another pAI update
This commit is contained in:
@@ -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
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user