]> git.jsancho.org Git - lugaru.git/commit
Devtools: Fix scaling issue with creature type change
authorRémi Verschelde <rverschelde@gmail.com>
Wed, 1 Feb 2017 21:46:11 +0000 (22:46 +0100)
committerRémi Verschelde <rverschelde@gmail.com>
Wed, 1 Feb 2017 21:46:11 +0000 (22:46 +0100)
commit68728b5587617e1cc934ef6af6a69c1abc1a0056
tree4264e3a5b5eabf348dabe6c803374fa780aba97d
parentad6e136b758996db756f7784e978426ba5a703dc
Devtools: Fix scaling issue with creature type change

Now the `wolfie` command and the [Ctrl+]Alt+Shift+T command behave similarly
by making wolves 15% bigger than rabbits. The duplicate `wolfieisgod` command
was dropped, and the logic for the hotkey was simplified (it was bogus).
Docs/DEVTOOLS.txt
Source/Devtools/ConsoleCmds.cpp
Source/Devtools/ConsoleCmds.def
Source/GameTick.cpp