Checks the pAI is the mousedropper.

This commit is contained in:
veganzombeh
2015-09-12 16:30:20 +01:00
parent ce768eae26
commit bb18efcc08
+1 -1
View File
@@ -553,7 +553,7 @@
/mob/living/silicon/pai/MouseDrop(atom/over_object)
var/mob/living/carbon/H = over_object
if(!istype(H) || !Adjacent(H)) return ..()
if(!istype(H) || !Adjacent(H) || usr != src) return ..()
switch(alert(H,"[src] wants you to pick them up. Do it?",,"Yes","No"))
if("Yes")
if(Adjacent(H))