mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 10:37:17 +01:00
Checks the pAI is the mousedropper.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user