Enhanced map bounds + HolidayPQ + Battleship
Fixed Abdula not showing book info for Arans. Fixed map bounds, now it hopefully doesn't let items pass through the walkable area anymore. Implemented HolidayPQ. Added a custom item sandbox system, to be used with items generated by the "drop" command. Added the whole-map buff when using the Happy Birthday item. Fixed several battleship issues: - Battleship now shows HP properly at the buff icon. - Cleared some inconsistencies on battleship when interacting with the enhanced buff system. - Battleship now hands out defensive buffs properly.
This commit is contained in:
@@ -42,6 +42,7 @@ public final class ItemConstants {
|
||||
public final static int UNTRADEABLE = 0x08;
|
||||
public final static int KARMA_EQP = 0x10;
|
||||
public final static int KARMA_UNTRADEABLE = 0x20; // let 0x20 until it's proven something uses this
|
||||
public final static int SANDBOX = 0x40; // let 0x40 until it's proven something uses this
|
||||
public final static int PET_COME = 0x80;
|
||||
public final static int ACCOUNT_SHARING = 0x100;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user