diff options
Diffstat (limited to 'gamemode/itemsystem/items/floorhalf.lua')
| -rw-r--r-- | gamemode/itemsystem/items/floorhalf.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gamemode/itemsystem/items/floorhalf.lua b/gamemode/itemsystem/items/floorhalf.lua index 9a43cc2..7caf0d9 100644 --- a/gamemode/itemsystem/items/floorhalf.lua +++ b/gamemode/itemsystem/items/floorhalf.lua @@ -1,4 +1,4 @@ - +local ITEM = {} ITEM.Name = "Half Floor" 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) |
