Get out of my DMs
This commit is contained in:
JaySparrow
2020-10-02 16:25:10 -05:00
parent 130943f45d
commit 83bbddf957
+1 -1
View File
@@ -78,7 +78,7 @@
foodtype = CLOTH
/obj/item/clothing/attack(mob/M, mob/user, def_zone)
if(user.a_intent != INTENT_HARM && ismoth(M))
if(user.a_intent != INTENT_HARM && (ismoth(M) || isinsect(M)))
var/obj/item/reagent_containers/food/snacks/clothing/clothing_as_food = new
clothing_as_food.name = name
if(clothing_as_food.attack(M, user, def_zone))