mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
fixes being unable to clean stuff with soap while targeting the mouth (#20880)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
/obj/item/soap/afterattack(atom/target, mob/user, proximity)
|
||||
if(!proximity)
|
||||
return
|
||||
if(user.zone_selected == "mouth") // cleaning out someone's mouth is a different act
|
||||
if(user.zone_selected == "mouth" && ishuman(target)) // cleaning out someone's mouth is a different act
|
||||
return
|
||||
if(target == user && user.a_intent == INTENT_GRAB && ishuman(target))
|
||||
var/mob/living/carbon/human/muncher = user
|
||||
|
||||
Reference in New Issue
Block a user