Minor tidy up, Update specials stats (#189)

* Fix local Parabot instructions

* Add kick command, and force logout function

* fixup abyss

* fixup tokkull selling

* tidy up

* update abyssal whip special accuracy

* update specials from wiki

* eh

* remove system log
This commit is contained in:
Danial
2019-11-18 08:23:28 +13:00
committed by Daniel Ginovker
parent 9dcc1eee0b
commit 8570b5f531
5 changed files with 34 additions and 62 deletions
@@ -1525,7 +1525,7 @@ public boolean goodDistance(int objectX, int objectY, int playerX, int playerY,
**/
protected void appendHitUpdate(Stream str) {
str.writeByte(getHitDiff()); // What the perseon got 'hit' for
str.writeByte(getHitDiff()); // What the person got 'hit' for
if (poisonMask == 1) {
str.writeByteA(2);
} else if (getHitDiff() > 0) {