diff options
Diffstat (limited to 'gamemode/itemsystem/items/fencehalf.lua')
| -rw-r--r-- | gamemode/itemsystem/items/fencehalf.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gamemode/itemsystem/items/fencehalf.lua b/gamemode/itemsystem/items/fencehalf.lua index f121292..0776ab5 100644 --- a/gamemode/itemsystem/items/fencehalf.lua +++ b/gamemode/itemsystem/items/fencehalf.lua @@ -1,4 +1,4 @@ - +local ITEM = {} ITEM.Name = "Half Fence" ITEM.Class = "structure" ITEM.Desc = "Some basic wood structure for setting up camps.\nHold down shift to snap" @@ -64,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) |
