mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 00:31:54 +00:00
Random fixes (#273)
- Cant open nest if you do not have space - Added working yo yo - Added monks robe spawns - Added ability to make god pages - Removed a few warnings closes #265 closes #262 closes #259 closes #243
This commit is contained in:
committed by
Daniel Ginovker
parent
8ec8a92d20
commit
6ad9d1f7e9
@@ -1439,7 +1439,11 @@ public class ItemAssistant {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (wearID == 4079) {
|
||||
c.startAnimation(1458);
|
||||
return false;
|
||||
}
|
||||
switch (wearID) {
|
||||
// Dragon daggers/sword
|
||||
case 1215:
|
||||
|
||||
Reference in New Issue
Block a user