Changes

Jump to navigation Jump to search
249 bytes added ,  23:14, 4 April 2021
Line 8: Line 8:  
:::Mahogany trees (on the home farm) definitely turn into mushroom trees.  In fact, I just had one tapped with a [[Heavy Tapper]] turn into a Mushroom Tree, a bug I reported on the official forums. Eek --[[User:Margotbean|margotbean]] ([[User talk:Margotbean|talk]]) 22:22, 27 March 2021 (UTC)
 
:::Mahogany trees (on the home farm) definitely turn into mushroom trees.  In fact, I just had one tapped with a [[Heavy Tapper]] turn into a Mushroom Tree, a bug I reported on the official forums. Eek --[[User:Margotbean|margotbean]] ([[User talk:Margotbean|talk]]) 22:22, 27 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)
 
:::: 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)
779

edits

Navigation menu