From 050ac42b8f316dab1a4fa7fcbf49e1ca5137631a Mon Sep 17 00:00:00 2001 From: Atermonera Date: Thu, 26 Jan 2023 22:48:13 -0800 Subject: [PATCH] Merge pull request #8898 from MistakeNot4892/frosty Lowers frostbelle point value, increases rarity. --- code/game/objects/structures/flora/flora.dm | 2 +- maps/cynosure/datums/random_map.dm | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/code/game/objects/structures/flora/flora.dm b/code/game/objects/structures/flora/flora.dm index 2b03156385..a6850cd769 100644 --- a/code/game/objects/structures/flora/flora.dm +++ b/code/game/objects/structures/flora/flora.dm @@ -607,7 +607,7 @@ to forming buds, the petals of which secrete the luminescent sap containing the pollen at the time of blooming. Certain \ horticulturists have found ways of halting this process prior to the secretion of the sap, leaving the flower's petals \ bright, at the cost of making that bud sterile." - value = CATALOGUER_REWARD_HARD + value = CATALOGUER_REWARD_MEDIUM /obj/structure/flora/sif/frostbelle name = "frostbelle shrub" diff --git a/maps/cynosure/datums/random_map.dm b/maps/cynosure/datums/random_map.dm index 31d4daa9aa..a800cb284e 100644 --- a/maps/cynosure/datums/random_map.dm +++ b/maps/cynosure/datums/random_map.dm @@ -45,22 +45,22 @@ else if(prob(1)) new /obj/structure/flora/mushroom(T) if(5 to 6) - if(prob(1)) + if(prob(5)) new /obj/structure/flora/tree/sif(T) - else if(prob(1)) + else if(prob(5)) new /obj/structure/flora/sif/tendrils(T) + else if (prob(5)) + new /obj/structure/flora/sif/eyes(T) else if(prob(1)) new /obj/structure/flora/sif/frostbelle(T) - else if (prob(1)) - new /obj/structure/flora/sif/eyes(T) if(7 to 8) if(prob(5)) new /obj/structure/flora/tree/sif(T) - else if(prob(1)) + else if(prob(5)) new /obj/structure/flora/sif/frostbelle(T) - else if(prob(1)) + else if(prob(5)) new /obj/structure/flora/sif/eyes(T) - else if(prob(1)) + else if(prob(5)) new /obj/structure/flora/sif/tendrils(T) /datum/random_map/noise/sif/forest