mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixing the butchering bug
Removed the uncommenting of code for a later PR
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user