mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #368] [MERGED] Various things enjoy! #8088
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/368
Author: @mrextremez
Created: 1/27/2020
Status: ✅ Merged
Merged: 1/27/2020
Merged by: @dginovker
Base:
master← Head:whynot📝 Commits (3)
eb1c304Various things enjoy!909c502quick patche837833Cooking distance patch📊 Changes
56 files changed (+1880 additions, -1224 deletions)
View changed files
📝
2006Redone Client/bin/Game.class(+0 -0)📝
2006Redone Client/src/Game.java(+4 -5)📝
2006Redone Server/data/cfg/npc.cfg(+138 -121)📝
2006Redone Server/src/com/rebotted/game/content/combat/Specials.java(+1 -3)📝
2006Redone Server/src/com/rebotted/game/content/combat/magic/Enchanting.java(+2 -3)📝
2006Redone Server/src/com/rebotted/game/content/combat/magic/MagicTeleports.java(+0 -17)📝
2006Redone Server/src/com/rebotted/game/content/consumables/Food.java(+0 -1)📝
2006Redone Server/src/com/rebotted/game/content/skills/SkillHandler.java(+1 -1)📝
2006Redone Server/src/com/rebotted/game/content/skills/cooking/Cooking.java(+14 -14)➕
2006Redone Server/src/com/rebotted/game/content/skills/cooking/DairyChurn.java(+114 -0)📝
2006Redone Server/src/com/rebotted/game/content/skills/core/Mining.java(+10 -10)📝
2006Redone Server/src/com/rebotted/game/content/skills/crafting/SoftClay.java(+22 -24)📝
2006Redone Server/src/com/rebotted/game/content/skills/crafting/Spinning.java(+19 -22)📝
2006Redone Server/src/com/rebotted/game/content/skills/crafting/Tanning.java(+5 -9)➕
2006Redone Server/src/com/rebotted/game/content/skills/prayer/Ectofuntus.java(+238 -0)📝
2006Redone Server/src/com/rebotted/game/content/skills/prayer/Prayer.java(+1 -1)📝
2006Redone Server/src/com/rebotted/game/content/skills/runecrafting/Runecrafting.java(+17 -3)➕
2006Redone Server/src/com/rebotted/game/content/skills/runecrafting/Tiaras.java(+41 -0)📝
2006Redone Server/src/com/rebotted/game/content/skills/thieving/Pickpocket.java(+3 -1)➕
2006Redone Server/src/com/rebotted/game/content/skills/woodcutting/BirdNest.java(+87 -0)...and 36 more files
📄 Description
[::yell, ::hideyell will hide yells, 30 second delay for regular players, can not yell if you are muted or if word is blocked by filter, includes saving]
closes #366
closes #358
closes #331
closes #356
closes #234
closes #270
closes #309
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.