diff options
Diffstat (limited to 'gamemode/itemsystem/items/infuser.lua')
| -rw-r--r-- | gamemode/itemsystem/items/infuser.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gamemode/itemsystem/items/infuser.lua b/gamemode/itemsystem/items/infuser.lua index 53aedf7..54a549e 100644 --- a/gamemode/itemsystem/items/infuser.lua +++ b/gamemode/itemsystem/items/infuser.lua @@ -1,3 +1,4 @@ +local ITEM = {}
ITEM.Name = "Infuser"
ITEM.Class = "structure"
ITEM.Desc = "Cast enchantments\nPlace runes nearby to boost magical power and have different effects\nHold down shift to snap"
@@ -63,3 +64,4 @@ function ITEM:OnPrimary(pl,tr) pl:EmitSound(Sound("weapons/iceaxe/iceaxe_swing1.wav"),100,math.random(90,110))
end
end
+RegisterItem(ITEM)
|
