diff options
Diffstat (limited to 'gamemode/itemsystem/items/tent.lua')
| -rw-r--r-- | gamemode/itemsystem/items/tent.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gamemode/itemsystem/items/tent.lua b/gamemode/itemsystem/items/tent.lua index 2c65eca..0df60d0 100644 --- a/gamemode/itemsystem/items/tent.lua +++ b/gamemode/itemsystem/items/tent.lua @@ -1,4 +1,4 @@ -
+local ITEM = {}
ITEM.Name = "Tent"
ITEM.Class = "structure"
ITEM.Desc = "Something to duck under.\nHold down shift to snap"
@@ -83,3 +83,4 @@ function ITEM:OnPrimary(pl,tr) pl:EmitSound(Sound("weapons/iceaxe/iceaxe_swing1.wav"),100,math.random(90,110))
end
end
+RegisterItem(ITEM)
|
