Merge pull request #17219 from TrustyGun/lavaland_cuisine

Adds Stuffed Legion
This commit is contained in:
Jordie
2016-05-01 16:59:11 +10:00
5 changed files with 27 additions and 1 deletions
@@ -308,4 +308,11 @@
icon_state = "honeybar"
bonus_reagents = list("nutriment" = 2, "honey" = 2, "vitamin" = 2)
list_reagents = list("nutriment" = 5, "honey" = 5)
filling_color = "#F2CE91"
filling_color = "#F2CE91"
/obj/item/weapon/reagent_containers/food/snacks/stuffedlegion
name = "stuffed legion"
desc = "The former skull of a damned human, filled with goliath meat. It has a decorative lava pool made of ketchup and hotsauce."
icon_state = "stuffed_legion"
bonus_reagents = list("vitamin" = 3, "capsaicin" = 1, "tricordrazine" = 5)
list_reagents = list("nutriment" = 5, "vitamin" = 5, "capsaicin" = 2, "tricordrazine" = 10,)
@@ -256,4 +256,17 @@
/datum/reagent/consumable/honey = 5
)
result = /obj/item/weapon/reagent_containers/food/snacks/honeybar
category = CAT_FOOD
/datum/table_recipe/stuffedlegion
name = "Stuffed legion"
time = 40
reqs = list(
/obj/item/weapon/reagent_containers/food/snacks/meat/steak/goliath = 1,
/obj/item/weapon/legion_skull = 1,
/datum/reagent/consumable/ketchup = 2,
/datum/reagent/consumable/capsaicin = 2
)
result = /obj/item/weapon/reagent_containers/food/snacks/stuffedlegion
category = CAT_FOOD
@@ -738,6 +738,12 @@
icon = 'icons/obj/surgery.dmi'
icon_state = "demon_heart"
/obj/item/weapon/legion_skull
name = "legion's head"
desc = "The once living, now empty eyes of the former human's skull cut deep into your soul."
icon = 'icons/obj/mining.dmi'
icon_state = "skull"
//Nests
/mob/living/simple_animal/hostile/spawner/lavaland