Merge pull request #12876 from timothyteakettle/species-are-dumb
tidies up species files
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
tastes = list("dust" = 1, "lint" = 1)
|
||||
|
||||
/obj/item/clothing/attack(mob/M, mob/user, def_zone)
|
||||
if(user.a_intent != INTENT_HARM && ismoth(M))
|
||||
if(user.a_intent != INTENT_HARM && 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