mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 16:49:04 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user