mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
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:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user