diff --git a/modular_chomp/code/modules/mob/living/simple_mob/butchering.dm b/modular_chomp/code/modules/mob/living/simple_mob/butchering.dm index e75e54b48c..b59c94124c 100644 --- a/modular_chomp/code/modules/mob/living/simple_mob/butchering.dm +++ b/modular_chomp/code/modules/mob/living/simple_mob/butchering.dm @@ -1,29 +1,12 @@ -//I don't know how to add more material currently so uhhh, that will be for later. +//I don't know how to add more material currently so uhhh, that will be for late, did have some halffinished un commented code but that seemed to be causing issues? /mob/living/simple_mob/vore/bigdragon meat_type = /obj/item/weapon/reagent_containers/food/snacks/dragonmeat - //butchery_loot = list(\ - /obj/item/stack/material/dragonscale = 2\ - ) - /mob/living/simple_mob/vore/aggressive/dragon/virgo3b //phoron dragon meat_type = /obj/item/weapon/reagent_containers/food/snacks/phorondragonmeat - //butchery_loot = list(\ - /obj/item/stack/material/phorondragonscale = 2\ - ) - -/mob/living/simple_mob/animal/space/alien - //butchery_loot = list(\ - /obj/item/stack/material/xenochitin = 1\ - ) - /mob/living/simple_mob/vore/aggressive/deathclaw meat_type = /obj/item/weapon/reagent_containers/food/snacks/deathclawmeat - //butchery_loot = list(\ - /obj/item/stack/material/deathclawscale = 1\ - ) - /mob/living/simple_mob/metroid meat_type = /obj/item/weapon/reagent_containers/food/snacks/metroidmeat \ No newline at end of file