gimme command bumps level to 75
This commit is contained in:
@@ -41,6 +41,11 @@ public class GimmeCmd extends AbstractDevCmd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ChatManager.chatSayInfo(pc, amt + " gold added to inventory");
|
ChatManager.chatSayInfo(pc, amt + " gold added to inventory");
|
||||||
|
|
||||||
|
if(pc.level < 75) {
|
||||||
|
pc.setLevel((short) 75);
|
||||||
|
ChatManager.chatSayInfo(pc, "Level set to 75");
|
||||||
|
}
|
||||||
pc.getCharItemManager().updateInventory();
|
pc.getCharItemManager().updateInventory();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user