Chemistry Update

Alright added more chems and stuff for explorery and minery folks to bring back to station
This commit is contained in:
Fluff
2023-06-08 17:07:52 -04:00
parent 3129a35fe2
commit d99e728bbb
10 changed files with 697 additions and 2 deletions

View File

@@ -0,0 +1,29 @@
//I don't know how to add more material currently so uhhh, that will be for later.
/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