Luka967 / OgarII

FOSS implementation of a private Agar.io gameserver, made with Node.js.
Other
66 stars 38 forks source link

Add speed command #29

Closed Niall7459 closed 5 years ago

Niall7459 commented 5 years ago

This pull request adds a speed command. usage: speed <id> <multiplier>

The variable customSpeed does sort of feel out of place and could be set in PlayerCell, although then the speed would reset if a player dies.

SuperOP535 commented 5 years ago

a setting command would be nicer like setting 123 speed 2

Niall7459 commented 5 years ago

This is probably a good idea since each router has a function to receive the settings which could be overrided by a command (in this case speed command)

DeadLord1337 commented 5 years ago

@Niall7459 I already asked Luka this question in discord, he said he would not do it