mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Removes the empty type of /snacks (#26010)
* Aaaaa it works * Add updatepaths * Add unsaved files * MATTTTT * Fixes casino * Fix --------- Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
switch(loot)
|
||||
if(1 to 5) //5% chance
|
||||
new /obj/item/reagent_containers/drinks/bottle/rum(src)
|
||||
new /obj/item/food/snacks/grown/ambrosia/deus(src)
|
||||
new /obj/item/food/grown/ambrosia/deus(src)
|
||||
new /obj/item/reagent_containers/drinks/bottle/whiskey(src)
|
||||
new /obj/item/lighter(src)
|
||||
if(6 to 10)
|
||||
|
||||
@@ -240,7 +240,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/economy/vending/wallmed/survival_pod,
|
||||
return
|
||||
|
||||
for(var/i in 1 to 5)
|
||||
var/obj/item/food/snacks/warmdonkpocket_weak/W = new(src)
|
||||
var/obj/item/food/warmdonkpocket_weak/W = new(src)
|
||||
load(W)
|
||||
if(prob(50))
|
||||
var/obj/item/storage/bag/dice/D = new(src)
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
var/harvested_name = "shortened mushrooms"
|
||||
var/harvested_desc = "Some quickly regrowing mushrooms, formerly known to be quite large."
|
||||
var/needs_sharp_harvest = TRUE
|
||||
var/harvest = /obj/item/food/snacks/grown/ash_flora/shavings
|
||||
var/harvest = /obj/item/food/grown/ash_flora/shavings
|
||||
var/harvest_amount_low = 1
|
||||
var/harvest_amount_high = 3
|
||||
var/harvest_time = 60
|
||||
@@ -85,7 +85,7 @@
|
||||
desc = "A number of mushrooms, each of which surrounds a greenish sporangium with a number of leaf-like structures."
|
||||
harvested_name = "leafless mushrooms"
|
||||
harvested_desc = "A bunch of formerly-leafed mushrooms, with their sporangiums exposed. Scandalous?"
|
||||
harvest = /obj/item/food/snacks/grown/ash_flora/mushroom_leaf
|
||||
harvest = /obj/item/food/grown/ash_flora/mushroom_leaf
|
||||
needs_sharp_harvest = FALSE
|
||||
harvest_amount_high = 4
|
||||
harvest_time = 20
|
||||
@@ -101,7 +101,7 @@
|
||||
desc = "Several mushrooms, the larger of which have a ring of conks at the midpoint of their stems."
|
||||
harvested_name = "small mushrooms"
|
||||
harvested_desc = "Several small mushrooms near the stumps of what likely were larger mushrooms."
|
||||
harvest = /obj/item/food/snacks/grown/ash_flora/mushroom_cap
|
||||
harvest = /obj/item/food/grown/ash_flora/mushroom_cap
|
||||
harvest_amount_high = 4
|
||||
harvest_time = 50
|
||||
harvest_message_low = "You slice the cap off of a mushroom."
|
||||
@@ -118,7 +118,7 @@
|
||||
light_power = 2.1
|
||||
harvested_name = "tiny mushrooms"
|
||||
harvested_desc = "A few tiny mushrooms around larger stumps. You can already see them growing back."
|
||||
harvest = /obj/item/food/snacks/grown/ash_flora/mushroom_stem
|
||||
harvest = /obj/item/food/grown/ash_flora/mushroom_stem
|
||||
harvest_amount_high = 4
|
||||
harvest_time = 40
|
||||
harvest_message_low = "You pick and slice the cap off of a mushroom, leaving the stem."
|
||||
@@ -133,7 +133,7 @@
|
||||
desc = "Several prickly cacti, brimming with ripe fruit and covered in a thin layer of ash."
|
||||
harvested_name = "cacti"
|
||||
harvested_desc = "A bunch of prickly cacti. You can see fruits slowly growing beneath the covering of ash."
|
||||
harvest = /obj/item/food/snacks/grown/ash_flora/cactus_fruit
|
||||
harvest = /obj/item/food/grown/ash_flora/cactus_fruit
|
||||
needs_sharp_harvest = FALSE
|
||||
harvest_amount_high = 2
|
||||
harvest_time = 10
|
||||
@@ -184,7 +184,7 @@
|
||||
. = ..()
|
||||
icon_state = "basalt[rand(1, 4)]"
|
||||
|
||||
/obj/item/food/snacks/grown/ash_flora
|
||||
/obj/item/food/grown/ash_flora
|
||||
name = "mushroom shavings"
|
||||
desc = "Some shavings from a tall mushroom. With enough, might serve as a bowl."
|
||||
icon = 'icons/obj/lavaland/ash_flora.dmi'
|
||||
@@ -195,36 +195,36 @@
|
||||
seed = /obj/item/seeds/lavaland/polypore
|
||||
wine_power = 0.2
|
||||
|
||||
/obj/item/food/snacks/grown/ash_flora/Initialize(mapload)
|
||||
/obj/item/food/grown/ash_flora/Initialize(mapload)
|
||||
. = ..()
|
||||
pixel_x = rand(-4, 4)
|
||||
pixel_y = rand(-4, 4)
|
||||
|
||||
/// for actual crafting
|
||||
/obj/item/food/snacks/grown/ash_flora/shavings
|
||||
/obj/item/food/grown/ash_flora/shavings
|
||||
|
||||
/obj/item/food/snacks/grown/ash_flora/mushroom_leaf
|
||||
/obj/item/food/grown/ash_flora/mushroom_leaf
|
||||
name = "mushroom leaf"
|
||||
desc = "A leaf, from a mushroom."
|
||||
icon_state = "mushroom_leaf"
|
||||
seed = /obj/item/seeds/lavaland/porcini
|
||||
wine_power = 0.4
|
||||
|
||||
/obj/item/food/snacks/grown/ash_flora/mushroom_cap
|
||||
/obj/item/food/grown/ash_flora/mushroom_cap
|
||||
name = "mushroom cap"
|
||||
desc = "The cap of a large mushroom."
|
||||
icon_state = "mushroom_cap"
|
||||
seed = /obj/item/seeds/lavaland/inocybe
|
||||
wine_power = 0.7
|
||||
|
||||
/obj/item/food/snacks/grown/ash_flora/mushroom_stem
|
||||
/obj/item/food/grown/ash_flora/mushroom_stem
|
||||
name = "mushroom stem"
|
||||
desc = "A long mushroom stem. It's slightly glowing."
|
||||
icon_state = "mushroom_stem"
|
||||
seed = /obj/item/seeds/lavaland/ember
|
||||
wine_power = 0.6
|
||||
|
||||
/obj/item/food/snacks/grown/ash_flora/cactus_fruit
|
||||
/obj/item/food/grown/ash_flora/cactus_fruit
|
||||
name = "cactus fruit"
|
||||
desc = "A cactus fruit covered in a thick, reddish skin. And some ash."
|
||||
icon_state = "cactus_fruit"
|
||||
@@ -253,7 +253,7 @@
|
||||
icon_state = "seed-cactus"
|
||||
species = "cactus"
|
||||
plantname = "Fruiting Cactus"
|
||||
product = /obj/item/food/snacks/grown/ash_flora/cactus_fruit
|
||||
product = /obj/item/food/grown/ash_flora/cactus_fruit
|
||||
genes = list(/datum/plant_gene/trait/fire_resistance)
|
||||
growing_icon = 'icons/obj/hydroponics/growing_fruits.dmi'
|
||||
growthstages = 2
|
||||
@@ -265,7 +265,7 @@
|
||||
icon_state = "mycelium-polypore"
|
||||
species = "polypore"
|
||||
plantname = "Polypore Mushrooms"
|
||||
product = /obj/item/food/snacks/grown/ash_flora/shavings
|
||||
product = /obj/item/food/grown/ash_flora/shavings
|
||||
genes = list(/datum/plant_gene/trait/plant_type/fungal_metabolism, /datum/plant_gene/trait/fire_resistance)
|
||||
growing_icon = 'icons/obj/hydroponics/growing_mushrooms.dmi'
|
||||
reagents_add = list("sugar" = 0.06, "ethanol" = 0.04, "stabilizing_agent" = 0.06, "minttoxin" = 0.02)
|
||||
@@ -276,7 +276,7 @@
|
||||
icon_state = "mycelium-porcini"
|
||||
species = "porcini"
|
||||
plantname = "Porcini Mushrooms"
|
||||
product = /obj/item/food/snacks/grown/ash_flora/mushroom_leaf
|
||||
product = /obj/item/food/grown/ash_flora/mushroom_leaf
|
||||
genes = list(/datum/plant_gene/trait/plant_type/fungal_metabolism, /datum/plant_gene/trait/fire_resistance)
|
||||
growing_icon = 'icons/obj/hydroponics/growing_mushrooms.dmi'
|
||||
reagents_add = list("nutriment" = 0.06, "vitfro" = 0.04, "nicotine" = 0.04)
|
||||
@@ -288,7 +288,7 @@
|
||||
icon_state = "mycelium-inocybe"
|
||||
species = "inocybe"
|
||||
plantname = "Inocybe Mushrooms"
|
||||
product = /obj/item/food/snacks/grown/ash_flora/mushroom_cap
|
||||
product = /obj/item/food/grown/ash_flora/mushroom_cap
|
||||
genes = list(/datum/plant_gene/trait/plant_type/fungal_metabolism, /datum/plant_gene/trait/fire_resistance)
|
||||
growing_icon = 'icons/obj/hydroponics/growing_mushrooms.dmi'
|
||||
reagents_add = list("lsd" = 0.04, "entpoly" = 0.08, "psilocybin" = 0.04)
|
||||
@@ -299,7 +299,7 @@
|
||||
icon_state = "mycelium-ember"
|
||||
species = "ember"
|
||||
plantname = "Embershroom Mushrooms"
|
||||
product = /obj/item/food/snacks/grown/ash_flora/mushroom_stem
|
||||
product = /obj/item/food/grown/ash_flora/mushroom_stem
|
||||
genes = list(/datum/plant_gene/trait/plant_type/fungal_metabolism, /datum/plant_gene/trait/glow, /datum/plant_gene/trait/fire_resistance)
|
||||
growing_icon = 'icons/obj/hydroponics/growing_mushrooms.dmi'
|
||||
reagents_add = list("tinlux" = 0.04, "vitamin" = 0.02, "space_drugs" = 0.02)
|
||||
@@ -310,7 +310,7 @@
|
||||
/datum/crafting_recipe/mushroom_bowl
|
||||
name = "Mushroom Bowl"
|
||||
result = list(/obj/item/reagent_containers/drinks/mushroom_bowl)
|
||||
reqs = list(/obj/item/food/snacks/grown/ash_flora/shavings = 5)
|
||||
reqs = list(/obj/item/food/grown/ash_flora/shavings = 5)
|
||||
time = 30
|
||||
category = CAT_PRIMAL
|
||||
|
||||
|
||||
@@ -320,7 +320,7 @@
|
||||
EQUIPMENT("Extra ID", /obj/item/card/id/golem, 250),
|
||||
EQUIPMENT("Science Backpack", /obj/item/storage/backpack/science, 250),
|
||||
EQUIPMENT("Full Toolbelt", /obj/item/storage/belt/utility/full/multitool, 250),
|
||||
EQUIPMENT("Monkey Cube", /obj/item/food/snacks/monkeycube, 250),
|
||||
EQUIPMENT("Monkey Cube", /obj/item/food/monkeycube, 250),
|
||||
EQUIPMENT("Royal Cape of the Liberator", /obj/item/bedsheet/rd/royal_cape, 500),
|
||||
EQUIPMENT("Grey Slime Extract", /obj/item/slime_extract/grey, 1000),
|
||||
EQUIPMENT("KA Trigger Modification Kit", /obj/item/borg/upgrade/modkit/trigger_guard, 1000),
|
||||
@@ -356,9 +356,9 @@
|
||||
EQUIPMENT("Medical Marijuana", /obj/item/storage/fancy/cigarettes/cigpack_med, 250),
|
||||
EQUIPMENT("Cigar", /obj/item/clothing/mask/cigarette/cigar/havana, 150),
|
||||
EQUIPMENT("Box of matches", /obj/item/storage/fancy/matches, 50),
|
||||
EQUIPMENT("Cheeseburger", /obj/item/food/snacks/burger/cheese, 150),
|
||||
EQUIPMENT("Big Burger", /obj/item/food/snacks/burger/bigbite, 250),
|
||||
EQUIPMENT("Recycled Prisoner", /obj/item/food/snacks/soylentgreen, 500),
|
||||
EQUIPMENT("Cheeseburger", /obj/item/food/burger/cheese, 150),
|
||||
EQUIPMENT("Big Burger", /obj/item/food/burger/bigbite, 250),
|
||||
EQUIPMENT("Recycled Prisoner", /obj/item/food/soylentgreen, 500),
|
||||
EQUIPMENT("Crayons", /obj/item/storage/fancy/crayons, 350),
|
||||
EQUIPMENT("Plushie", /obj/random/plushie, 750),
|
||||
EQUIPMENT("Dnd set", /obj/item/storage/box/characters, 500),
|
||||
|
||||
Reference in New Issue
Block a user