Guild PQ + fixed negative EXP error
Implemented Guild PQ. Fixed a problem introduced earlier where negative EXP would be deemed as "integer overflow", provoking many game breaking issues as result.
This commit is contained in:
@@ -70,7 +70,7 @@ function action(mode, type, selection) {
|
||||
cm.sendOk("You already have a Gold Maple Leaf. Go give them to your guests before you go into the wedding.");
|
||||
cm.dispose();
|
||||
} else if (hasEngageRing) {
|
||||
cm.sendOk("You have recieved 15 Gold Maple Leaves.");
|
||||
cm.sendOk("You have received 15 Gold Maple Leaves.");
|
||||
cm.gainItem(4000313,15);
|
||||
cm.dispose();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user