mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 00:31:54 +00:00
Some fixes (#231)
* Some fixes - Changed lumbridge teleport to require 31 magic instead of 32 - Added back gaining items from thieving stalls - Fixed dialgoue issue after leveling up skill (such as smithing) - Made god capes untradable - Removed cannon balls from shop (they werent supposed to be in there) * refactor pickpocketing slightly * more refactoring, actual random * refactor, each stall has it's own respawn timer * refactor argument names * Update Stalls.java
This commit is contained in:
committed by
Daniel Ginovker
parent
256452114c
commit
402d732975
@@ -2489,9 +2489,6 @@ public class ItemAssistant {
|
||||
c.playerItemsN[i] = 0;
|
||||
}
|
||||
resetItems(3214);
|
||||
/*
|
||||
* c.weight = 0; Weight.updateWeight(c);
|
||||
*/
|
||||
}
|
||||
|
||||
public int freeSlots() {
|
||||
|
||||
Reference in New Issue
Block a user