MoreOutput / RockMUD

Node Websocket MUD Server. Demo: https://rockmud.herokuapp.com/
MIT License
157 stars 43 forks source link

Turning off hunger and thirst. #112

Closed UnbanTwin closed 8 years ago

MoreOutput commented 8 years ago

Hunger and thirst timed calculations are in ticks.js (the block has a comment pointing this out). You'd want to comment out or delete that check and then remove hunger/thirst from the 'score' command in commands.js.