podobi
This commit is contained in:
@@ -833,8 +833,9 @@ class TerrainSystem {
|
||||
const isSolid = !isSmallDecor && (
|
||||
typeLower.includes('tree') ||
|
||||
typeLower.includes('sapling') ||
|
||||
typeLower.includes('rock') ||
|
||||
typeLower.includes('stone') ||
|
||||
// ROCKS REMOVED - walkable now!
|
||||
// typeLower.includes('rock') ||
|
||||
// typeLower.includes('stone') ||
|
||||
// fence REMOVED - it's walkable now!
|
||||
typeLower.includes('wall') ||
|
||||
typeLower.includes('signpost') ||
|
||||
|
||||
Reference in New Issue
Block a user