diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-01-04 23:27:36 -0500 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-01-04 23:27:36 -0500 |
| commit | 4879eb1d78520ce0ac9b0bb0ef5244cf65ad7c99 (patch) | |
| tree | ac47724191a8959c19b2408d4da384d64b6098ec /gamemode/client/qpanels | |
| parent | 2c4329e2b6e19182a441f79a5c3010011f8ae767 (diff) | |
| download | artery-4879eb1d78520ce0ac9b0bb0ef5244cf65ad7c99.tar.gz artery-4879eb1d78520ce0ac9b0bb0ef5244cf65ad7c99.tar.bz2 artery-4879eb1d78520ce0ac9b0bb0ef5244cf65ad7c99.zip | |
Started refactoring item and inventory system
Diffstat (limited to 'gamemode/client/qpanels')
| -rw-r--r-- | gamemode/client/qpanels/inventory.lua | 1 | ||||
| -rw-r--r-- | gamemode/client/qpanels/prayers.lua | 2 | ||||
| -rw-r--r-- | gamemode/client/qpanels/quests.lua | 2 | ||||
| -rw-r--r-- | gamemode/client/qpanels/skills.lua | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/gamemode/client/qpanels/inventory.lua b/gamemode/client/qpanels/inventory.lua index b366c7a..2850e1d 100644 --- a/gamemode/client/qpanels/inventory.lua +++ b/gamemode/client/qpanels/inventory.lua @@ -1,3 +1,4 @@ +do return end local invfuncs invfuncs = ART.invfuncs --invfuncs = include("../gamemodes/artery/gamemode/shared/inventory_common.lua") diff --git a/gamemode/client/qpanels/prayers.lua b/gamemode/client/qpanels/prayers.lua index bc955ce..cdcb742 100644 --- a/gamemode/client/qpanels/prayers.lua +++ b/gamemode/client/qpanels/prayers.lua @@ -1,4 +1,4 @@ - +do return end local refreshboundprayers local infopart local prayersheet diff --git a/gamemode/client/qpanels/quests.lua b/gamemode/client/qpanels/quests.lua index 1ca723b..015fc97 100644 --- a/gamemode/client/qpanels/quests.lua +++ b/gamemode/client/qpanels/quests.lua @@ -1,4 +1,4 @@ - +do return end ART.RegisterInventorySheet(function() diff --git a/gamemode/client/qpanels/skills.lua b/gamemode/client/qpanels/skills.lua index 4693032..6d71442 100644 --- a/gamemode/client/qpanels/skills.lua +++ b/gamemode/client/qpanels/skills.lua @@ -1,4 +1,4 @@ - +do return end ART.RegisterInventorySheet(function() |
