meetric1 / gmod-infinite-map

GNU General Public License v3.0
179 stars 30 forks source link

make wiremod water sensor work better #113

Closed ttmso closed 1 year ago

ttmso commented 1 year ago

so wiremod ships and sea monsters work better

ttmso commented 1 year ago

the sensor dosent detect water

xCeezyx commented 1 year ago

Thats because the water in the mod is fake water not source water

ttmso commented 1 year ago

but its eazy to fix it, like: if sensor.y < water_level then sensor.out = true else sensor.out = false end

meetric1 commented 1 year ago

feel free to add it urself, the code is open source the reason im not doing it because it would make the code messier (and im lazy)

meetric1 commented 1 year ago

also duplicate of https://github.com/Mee12345/gmod-infinite-map/issues/81