Changes

275 bytes added ,  07:46, 22 November 2021
→‎1.5 Changes: Mahogany Trees
Line 9: Line 9:  
:::: looks like a bug. in Object.cs (placementAction) it says that if you put a tapper (name "contains" tapper) on a tree it sets tapped.value = true, and then Farm.cs mushroom event has a condition next to being >= stage 5 to not be tapped ((t is Tree && (int)(t as Tree).growthStage >= 5 && !(t as Tree).tapped)). Maybe the "Heavy Tapper" somehow slips the "contains Tapper" check. From a purely logical standpoint if a player puts tappers on a tree they probably want that tapped product/and/or are using it on trees that have been carefully set up by them - thus they shouldn't be replaced imo [[User:Dubesor|Dubesor]] ([[User talk:Dubesor|talk]]) 00:12, 28 March 2021 (UTC)
 
:::: looks like a bug. in Object.cs (placementAction) it says that if you put a tapper (name "contains" tapper) on a tree it sets tapped.value = true, and then Farm.cs mushroom event has a condition next to being >= stage 5 to not be tapped ((t is Tree && (int)(t as Tree).growthStage >= 5 && !(t as Tree).tapped)). Maybe the "Heavy Tapper" somehow slips the "contains Tapper" check. From a purely logical standpoint if a player puts tappers on a tree they probably want that tapped product/and/or are using it on trees that have been carefully set up by them - thus they shouldn't be replaced imo [[User:Dubesor|Dubesor]] ([[User talk:Dubesor|talk]]) 00:12, 28 March 2021 (UTC)
 
:something to the first question: I got multiple Mushroomtrees in fall without planting a seed so there is sure no amount limit of trees turned into Muschroom trees. [[User:Botautal|Botautal]] ([[User talk:Botautal|talk]]) 23:14, 4 April 2021 (UTC)
 
:something to the first question: I got multiple Mushroomtrees in fall without planting a seed so there is sure no amount limit of trees turned into Muschroom trees. [[User:Botautal|Botautal]] ([[User talk:Botautal|talk]]) 23:14, 4 April 2021 (UTC)
 +
::Just for information, Mahogany Trees are indeed trees. They are the <samp>treeType</samp> number 8. You can check the <samp>Content\TerrainFeatures\</samp> folder and <samp>Tree.cs</samp>. -- [[User:Charly|Charly]] ([[User talk:Charly|talk]]) 07:46, 22 November 2021 (UTC)
255

edits