mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 20:23:26 +00:00
Chemistry Update
Alright added more chems and stuff for explorery and minery folks to bring back to station
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user