mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #559] [MERGED] Replace a bunch of magic numbers & Fix Mackerel Spelling #14210
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/559
Author: @Dark98
Created: 1/28/2023
Status: ✅ Merged
Merged: 1/30/2023
Merged by: @Dark98
Base:
master← Head:magic-numbers📝 Commits (10+)
2855775Convert Some NPCActions Magic Numbersd7116f3IntelliJ Reformat NpcActions.javafec8921Convert Magic Numbers In Dye.javaeb18c54Convert More Magic Numbers In NpcActions.java58d4479Convert More NpcActions.java Magic Numbers3b85692Plugins: Replace Magic Numbers120fdc2Skills: Cooking: Replaced all Item/Object Magic Numbers & Fixed Mackerel spelling666929dFood: Fixed Mackerel spellingfaf78c9Skills: Fishing: Replace Magic Numbers54c95d8Skills: Mining: Replace Magic Numbers📊 Changes
18 files changed (+2769 additions, -2845 deletions)
View changed files
📝
2006Scape Server/plugins/plugin/click/item/ItemFirstClick.kt(+2 -1)📝
2006Scape Server/plugins/plugin/click/item/ItemOnItem.kt(+4 -3)📝
2006Scape Server/plugins/plugin/click/item/ItemSecondClick.kt(+2 -1)📝
2006Scape Server/plugins/plugin/click/item/ItemThirdClick.kt(+2 -1)📝
2006Scape Server/plugins/plugin/click/npc/NpcFirstClick.kt(+2 -3)📝
2006Scape Server/plugins/plugin/click/obj/ObjectFirstClick.kt(+5 -0)📝
2006Scape Server/plugins/plugin/click/obj/ObjectSecondClick.kt(+5 -0)📝
2006Scape Server/plugins/plugin/click/obj/ObjectThirdClick.kt(+7 -1)📝
2006Scape Server/plugins/plugin/npc/fadli/SecondClick.kt(+2 -1)📝
2006Scape Server/src/main/java/com/rs2/game/content/consumables/Food.java(+1 -1)📝
2006Scape Server/src/main/java/com/rs2/game/content/skills/cooking/Cooking.java(+239 -236)📝
2006Scape Server/src/main/java/com/rs2/game/content/skills/cooking/CookingTutorialIsland.java(+157 -155)📝
2006Scape Server/src/main/java/com/rs2/game/content/skills/cooking/DairyChurn.java(+103 -101)📝
2006Scape Server/src/main/java/com/rs2/game/content/skills/cooking/Potatoes.java(+107 -104)📝
2006Scape Server/src/main/java/com/rs2/game/content/skills/core/Fishing.java(+537 -530)📝
2006Scape Server/src/main/java/com/rs2/game/content/skills/core/Mining.java(+408 -400)📝
2006Scape Server/src/main/java/com/rs2/game/items/impl/Dye.java(+67 -64)📝
2006Scape Server/src/main/java/com/rs2/game/npcs/NpcActions.java(+1119 -1243)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.