aboutsummaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items/spell_teleport.lua
diff options
context:
space:
mode:
authorApickx <apickx@cogarr.com>2018-03-08 20:19:27 -0500
committerApickx <apickx@cogarr.com>2018-03-08 20:19:27 -0500
commit8e050456d610a7adf087b8b065f3fba2f21d3c2d (patch)
tree82b6c45fc2b6483ecbd0b5107626f7ed514f52bd /gamemode/itemsystem/items/spell_teleport.lua
parentae57e4ea207da17023bf418dfdd3822527051b6f (diff)
downloadwintersurvival2-8e050456d610a7adf087b8b065f3fba2f21d3c2d.tar.gz
wintersurvival2-8e050456d610a7adf087b8b065f3fba2f21d3c2d.tar.bz2
wintersurvival2-8e050456d610a7adf087b8b065f3fba2f21d3c2d.zip
Revamped npcsHEADmaster
Revamed all npcs to now use the hl2 builtins Added antlion gaurd npcs, who will drop the item needed to make spells.
Diffstat (limited to 'gamemode/itemsystem/items/spell_teleport.lua')
-rw-r--r--gamemode/itemsystem/items/spell_teleport.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/gamemode/itemsystem/items/spell_teleport.lua b/gamemode/itemsystem/items/spell_teleport.lua
index e86f388..521dca2 100644
--- a/gamemode/itemsystem/items/spell_teleport.lua
+++ b/gamemode/itemsystem/items/spell_teleport.lua
@@ -20,15 +20,6 @@ ITEM.Structure = {
},
}
-ITEM.Recipe = {
- Resources = {
- ["Plank"] = 2,
- ["Rope"] = 1,
- ["Sap"] = 1,
- },
- Tools = {},
-}
-
ITEM.CD = 0.25
ITEM.Range = 9999