examine the pAI inside a card that you've examined

This commit is contained in:
Cactus
2019-08-25 04:18:34 -04:00
parent 2bab8c2896
commit df40d48486
@@ -47,5 +47,12 @@
user << msg
/obj/item/device/paicard/examine(mob/user)
..(user)
if(pai)//If we have a personality inside
user << "<span class='emote'>Inside \the [src] is...</span>"
pai.examine(user)//Examine that as well
//Chompstation edit end
// : )