mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 04:26:38 +01:00
examine the pAI inside a card that you've examined
This commit is contained in:
@@ -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
|
||||
// : )
|
||||
Reference in New Issue
Block a user