mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
@@ -572,7 +572,8 @@
|
||||
updateUsrDialog()
|
||||
|
||||
|
||||
/obj/machinery/reagentgrinder/MouseDrop_T(mob/living/carbon/human/target as mob, mob/user as mob)
|
||||
/obj/machinery/reagentgrinder/MouseDrop_T(atom/dropping, mob/user)
|
||||
var/mob/living/carbon/human/target = dropping
|
||||
if (!istype(target) || target.buckled_to || get_dist(user, src) > 1 || get_dist(user, target) > 1 || user.stat || istype(user, /mob/living/silicon/ai))
|
||||
return
|
||||
if(target == user)
|
||||
|
||||
Reference in New Issue
Block a user