mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #314] [MERGED] Added some sound, refactored fletching and arrowmaking a bit... I've … #8060
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/314
Author: @Gptaqbc
Created: 12/22/2019
Status: ✅ Merged
Merged: 12/22/2019
Merged by: @dginovker
Base:
master← Head:new-stuff-4📝 Commits (3)
5e1d933Added some sound, refactored fletching and arrowmaking a bit... I've maybe fixed the issue with fletching.. idkbd9f5a9Commented clipping server side check so we can work on it680d2a1Added Canifis bank to the bank boolean📊 Changes
12 files changed (+190 additions, -181 deletions)
View changed files
📝
2006Redone Server/src/com/rebotted/game/content/consumables/Potions.java(+1 -0)📝
2006Redone Server/src/com/rebotted/game/content/skills/fletching/ArrowMaking.java(+43 -46)📝
2006Redone Server/src/com/rebotted/game/content/skills/fletching/LogCutting.java(+33 -71)📝
2006Redone Server/src/com/rebotted/game/content/skills/fletching/LogCuttingInterface.java(+5 -4)📝
2006Redone Server/src/com/rebotted/game/content/skills/fletching/Stringing.java(+2 -1)📝
2006Redone Server/src/com/rebotted/game/globalworldobjects/Doors.java(+1 -1)📝
2006Redone Server/src/com/rebotted/game/globalworldobjects/DoubleDoors.java(+1 -1)📝
2006Redone Server/src/com/rebotted/game/objects/ObjectsActions.java(+12 -17)📝
2006Redone Server/src/com/rebotted/game/objects/impl/Climbing.java(+7 -0)📝
2006Redone Server/src/com/rebotted/game/players/Player.java(+1 -0)📝
2006Redone Server/src/com/rebotted/net/packets/impl/PickupItem.java(+0 -2)📝
2006Redone Server/src/com/rebotted/net/packets/impl/Walking.java(+84 -38)📄 Description
…maybe fixed the issue with fletching.. idk
Added some sound, refactored fletching and arrowmaking a bit... I've maybe fixed the issue with fletching.. idk
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.