aboutsummaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items/spell_fireball.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/itemsystem/items/spell_fireball.lua')
-rw-r--r--gamemode/itemsystem/items/spell_fireball.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/gamemode/itemsystem/items/spell_fireball.lua b/gamemode/itemsystem/items/spell_fireball.lua
index dc7d7e0..8a2b048 100644
--- a/gamemode/itemsystem/items/spell_fireball.lua
+++ b/gamemode/itemsystem/items/spell_fireball.lua
@@ -20,15 +20,6 @@ ITEM.Structure = {
},
}
-ITEM.Recipe = {
- Resources = {
- ["Plank"] = 2,
- ["Rope"] = 1,
- ["Sap"] = 1,
- },
- Tools = {},
-}
-
ITEM.CD = 0.25
ITEM.Range = 9999