mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
fix give click intercept not cancelling attack (#30039)
This commit is contained in:
@@ -84,6 +84,7 @@
|
||||
|
||||
|
||||
/datum/click_intercept/give/InterceptClickOn(mob/user, params, atom/object)
|
||||
. = TRUE
|
||||
if(user == object || !ishuman(object))
|
||||
return
|
||||
var/mob/living/carbon/human/receiver = object
|
||||
|
||||
Reference in New Issue
Block a user