Lowers frostbelle point value, increases rarity.

This commit is contained in:
MistakeNot4892
2023-01-23 21:44:09 +11:00
parent 4071bd7a6c
commit 41c0c8f82f
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -566,7 +566,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"
+7 -7
View File
@@ -55,22 +55,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