removed surfers from fauna

This commit is contained in:
Pyritie 2025-09-19 01:46:59 +01:00
parent 72362f4a11
commit 5315111796
2 changed files with 0 additions and 12 deletions

View file

@ -961,14 +961,4 @@ function registerTFGFauna(event) {
faunaData.solidGround(true)
},
"wan_ancient_beasts:glider")
event.fauna(
climate => {
climate.minTemp(-75)
climate.fuzzy(true)
},
faunaData => {
faunaData.solidGround(false)
},
"wan_ancient_beasts:surfer")
}

View file

@ -13,6 +13,4 @@ TFCEvents.registerFaunas(event => {
event.replace("wan_ancient_beasts:soarer", "no_restrictions", "world_surface");
event.replace("wan_ancient_beasts:glider", "no_restrictions", "world_surface");
event.replace("wan_ancient_beasts:surfer", "no_restrictions", "ocean_floor");
})