mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
more fixes for the upstream, mostly effects
This commit is contained in:
@@ -41,9 +41,11 @@
|
||||
icon_state = "bananaspider_peel"
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 3, /datum/reagent/consumable/nutriment/vitamin = 2)
|
||||
foodtypes = GORE | MEAT | RAW
|
||||
grind_results = list(/datum/reagent/blood = 20, /datum/reagent/consumable/liquidgibs = 5)
|
||||
juice_typepath = /datum/reagent/consumable/banana
|
||||
|
||||
/obj/item/food/deadbanana_spider/grind_results()
|
||||
return list(/datum/reagent/blood = 20, /datum/reagent/consumable/liquidgibs = 5)
|
||||
|
||||
|
||||
/obj/item/food/deadbanana_spider/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user