diff options
Diffstat (limited to 'gamemode/itemsystem/items/researchtable.lua')
| -rw-r--r-- | gamemode/itemsystem/items/researchtable.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gamemode/itemsystem/items/researchtable.lua b/gamemode/itemsystem/items/researchtable.lua index 4b05cf2..8c5c9e5 100644 --- a/gamemode/itemsystem/items/researchtable.lua +++ b/gamemode/itemsystem/items/researchtable.lua @@ -1,6 +1,6 @@ ITEM.Name = "Research Table"
ITEM.Class = "structure"
-ITEM.Desc = "A table to find recepies\nPlace 10 wood, sap, and rock in the table to discover a new recipe."
+ITEM.Desc = "A table that gives hints every 30 seconds to nearby players"
ITEM.Model = "models/props_junk/wood_crate001a.mdl"
ITEM.Icon = Material("wintersurvival2/hud/ws2_icons/icon_recipe.png")
ITEM.Recipe = {
@@ -23,7 +23,7 @@ ITEM.Structure = { ITEM.Ghost = {
{
- Model = "models/props/cs_italy/it_mkt_table3.mdl",
+ Model = "models/props_junk/wood_crate001a.mdl",
Size = Vector(1,1,1),
Pos = Vector(0,0,0),
Ang = Angle(0,0,0),
|
