mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 13:46:53 +01:00
why did we ever have these
This commit is contained in:
@@ -105,10 +105,6 @@ GLOBAL_LIST_INIT(plant_item_products, list(
|
||||
/obj/item/spacecash/c10 = 1
|
||||
))
|
||||
|
||||
GLOBAL_LIST_INIT(forbidden_plant_growth_sprites, list(
|
||||
"gnomes"
|
||||
))
|
||||
GLOBAL_LIST_INIT(forbidden_plant_growth_sprites, list())
|
||||
|
||||
GLOBAL_LIST_INIT(forbidden_plant_product_sprites, list(
|
||||
"gnomes"
|
||||
))
|
||||
GLOBAL_LIST_INIT(forbidden_plant_product_sprites, list())
|
||||
|
||||
@@ -457,7 +457,6 @@
|
||||
|
||||
var/list/banned_chems = list(
|
||||
"adminordrazine",
|
||||
"magicdust",
|
||||
"nutriment"
|
||||
)
|
||||
|
||||
|
||||
@@ -337,9 +337,6 @@ GLOBAL_LIST_BOILERPLATE(all_seed_packs, /obj/item/seeds)
|
||||
/obj/item/seeds/rose/blood
|
||||
seed_type = "bloodrose"
|
||||
|
||||
/obj/item/seeds/gnomes
|
||||
seed_type = "gnomes"
|
||||
|
||||
/obj/item/seeds/sifbulb
|
||||
seed_type = "sifbulb"
|
||||
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
// Gnomes
|
||||
/datum/seed/gnomes
|
||||
name = "gnomes"
|
||||
seed_name = "gnomes"
|
||||
display_name = "gnomes"
|
||||
force_layer = 3
|
||||
chems = list("magicdust" = list(5,20))
|
||||
|
||||
/datum/seed/gnomes/New()
|
||||
..()
|
||||
set_trait(TRAIT_HARVEST_REPEAT,1)
|
||||
set_trait(TRAIT_PLANT_ICON,"gnomes")
|
||||
set_trait(TRAIT_PRODUCT_ICON,"gnomes")
|
||||
set_trait(TRAIT_PRODUCT_COLOUR,"")
|
||||
set_trait(TRAIT_FLESH_COLOUR,"")
|
||||
set_trait(TRAIT_PLANT_COLOUR,"")
|
||||
set_trait(TRAIT_BIOLUM_COLOUR,"#fff200")
|
||||
set_trait(TRAIT_MATURATION,8)
|
||||
set_trait(TRAIT_PRODUCTION,6)
|
||||
set_trait(TRAIT_BIOLUM,1)
|
||||
set_trait(TRAIT_YIELD,2)
|
||||
set_trait(TRAIT_SPREAD,1)
|
||||
set_trait(TRAIT_POTENCY,10)
|
||||
set_trait(TRAIT_REQUIRES_NUTRIENTS,0)
|
||||
set_trait(TRAIT_REQUIRES_WATER,0)
|
||||
@@ -4430,16 +4430,6 @@
|
||||
if(dose * strength >= strength * 2.5) // Slurring takes longer. Again, intentional.
|
||||
M.slurring = max(M.slurring, 30)
|
||||
|
||||
/datum/reagent/nutriment/magicdust
|
||||
name = "Magic Dust"
|
||||
id = "magicdust"
|
||||
description = "A dust harvested from gnomes, aptly named by pre-industrial civilizations."
|
||||
taste_description = "something tingly"
|
||||
taste_mult = 2
|
||||
reagent_state = LIQUID
|
||||
nutriment_factor = 40 //very filling
|
||||
color = "#d169b2"
|
||||
|
||||
/datum/reagent/drink/soda/kompot
|
||||
name = "Kompot"
|
||||
id = "kompot"
|
||||
|
||||
Reference in New Issue
Block a user