Merge pull request #12876 from timothyteakettle/species-are-dumb

tidies up species files
This commit is contained in:
silicons
2020-07-26 22:52:00 -07:00
committed by GitHub
33 changed files with 169 additions and 391 deletions
+1 -1
View File
@@ -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))