mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 23:47:16 +01:00
mofffs
Get out of my DMs
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user