Minor Fixes

- Fixes message spam a pAI gets if being dragged.
- pAI master interface should become inaccessible if pAI goes into drone
form.
- Minor changes to pAI death, handles the card a bit better.
This commit is contained in:
DZD
2014-12-10 17:35:50 -05:00
parent 9a5195cb3e
commit 7d600c4379
3 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -225,7 +225,7 @@
/obj/item/device/paicard/Topic(href, href_list)
if(!usr || usr.stat)
if(!usr || usr.stat || src.loc != usr.loc || pai.canmove || pai.resting)
return
if(href_list["setdna"])