mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-17 10:57:19 +01:00
Turbo Lifts Tweak (#10593)
This commit is contained in:
@@ -183,48 +183,49 @@
|
||||
if (number == 36)
|
||||
if (prob(90))//Make the weird one rarer
|
||||
number = rand(1,35)
|
||||
else
|
||||
else if(!desc)
|
||||
desc = "A half-sentient plant borne from a mishap in a Zeng-Hu genetics lab."
|
||||
|
||||
switch(number) //Wezzy's cool new plant description code. Special thanks to Sindorman.
|
||||
if(3)
|
||||
desc = "A bouquet of Bieselite flora."
|
||||
if(4)
|
||||
desc = "A bamboo plant. Used widely in Japanese crafts."
|
||||
if(5)
|
||||
desc = "Some kind of fern."
|
||||
if(7)
|
||||
desc = "A reedy plant mostly used for decoration in Skrell homes, admired for its luxuriant stalks."
|
||||
if(9)
|
||||
desc = "A fleshy cave dwelling plant with huge nodules for flowers."
|
||||
if(9)
|
||||
desc = "A scrubby cactus adapted to the Moghes deserts."
|
||||
if(13)
|
||||
desc = "A hardy succulent adapted to the Moghes deserts."
|
||||
if(14)
|
||||
desc = "That's a huge flower. Previously, the petals would be used in dyes for unathi garb. Now it's more of a decorative plant."
|
||||
if(15)
|
||||
desc = "A pitiful pot of stubby flowers."
|
||||
if(18)
|
||||
desc = "An orchid plant. As beautiful as it is delicate."
|
||||
if(19)
|
||||
desc = "A ropey, aquatic plant with crystaline flowers."
|
||||
if(20)
|
||||
desc = "A bioluminescent half-plant half-fungus hybrid. Said to come from Sedantis I."
|
||||
if(22)
|
||||
desc = "A cone shrub. Sadly doesn't come from Coney Island."
|
||||
if(26)
|
||||
desc = "A bulrush. Commonly referred to as cattail."
|
||||
if(27)
|
||||
desc = "A rose bush. Don't prick yourself."
|
||||
if(32)
|
||||
desc = "A woody shrub."
|
||||
if(33)
|
||||
desc = "A woody shrub. Seems to be in need of watering."
|
||||
if(34)
|
||||
desc = "A woody shrub. This one seems to be in bloom. It's just like one of my japanese animes."
|
||||
else
|
||||
desc = "Just your common, everyday houseplant."
|
||||
if(!desc)
|
||||
switch(number) //Wezzy's cool new plant description code. Special thanks to Sindorman.
|
||||
if(3)
|
||||
desc = "A bouquet of Bieselite flora."
|
||||
if(4)
|
||||
desc = "A bamboo plant. Used widely in Japanese crafts."
|
||||
if(5)
|
||||
desc = "Some kind of fern."
|
||||
if(7)
|
||||
desc = "A reedy plant mostly used for decoration in Skrell homes, admired for its luxuriant stalks."
|
||||
if(9)
|
||||
desc = "A fleshy cave dwelling plant with huge nodules for flowers."
|
||||
if(9)
|
||||
desc = "A scrubby cactus adapted to the Moghes deserts."
|
||||
if(13)
|
||||
desc = "A hardy succulent adapted to the Moghes deserts."
|
||||
if(14)
|
||||
desc = "That's a huge flower. Previously, the petals would be used in dyes for unathi garb. Now it's more of a decorative plant."
|
||||
if(15)
|
||||
desc = "A pitiful pot of stubby flowers."
|
||||
if(18)
|
||||
desc = "An orchid plant. As beautiful as it is delicate."
|
||||
if(19)
|
||||
desc = "A ropey, aquatic plant with crystaline flowers."
|
||||
if(20)
|
||||
desc = "A bioluminescent half-plant half-fungus hybrid. Said to come from Sedantis I."
|
||||
if(22)
|
||||
desc = "A cone shrub. Sadly doesn't come from Coney Island."
|
||||
if(26)
|
||||
desc = "A bulrush. Commonly referred to as cattail."
|
||||
if(27)
|
||||
desc = "A rose bush. Don't prick yourself."
|
||||
if(32)
|
||||
desc = "A woody shrub."
|
||||
if(33)
|
||||
desc = "A woody shrub. Seems to be in need of watering."
|
||||
if(34)
|
||||
desc = "A woody shrub. This one seems to be in bloom. It's just like one of my japanese animes."
|
||||
else
|
||||
desc = "Just your common, everyday houseplant."
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user