summaryrefslogtreecommitdiff
path: root/entities/weapons/gms_woodenspoon.lua
diff options
context:
space:
mode:
Diffstat (limited to 'entities/weapons/gms_woodenspoon.lua')
-rw-r--r--entities/weapons/gms_woodenspoon.lua23
1 files changed, 23 insertions, 0 deletions
diff --git a/entities/weapons/gms_woodenspoon.lua b/entities/weapons/gms_woodenspoon.lua
new file mode 100644
index 0000000..89d4b2c
--- /dev/null
+++ b/entities/weapons/gms_woodenspoon.lua
@@ -0,0 +1,23 @@
+
+AddCSLuaFile()
+
+SWEP.Slot = 1
+SWEP.SlotPos = 1
+
+SWEP.Base = "gms_base_weapon"
+SWEP.PrintName = "Wooden Spoon"
+SWEP.ViewModel = "models/Weapons/v_hands.mdl"
+SWEP.WorldModel = "models/props_interiors/pot02a.mdl"
+
+SWEP.Purpose = "For eating fruits"
+SWEP.Instructions = "Eat some fruits"
+
+SWEP.HoldType = "knife"
+
+function SWEP:PrimaryAttack()
+end
+
+SWEP.FixWorldModel = true
+SWEP.FixWorldModelPos = Vector( -1, -4, -4 )
+SWEP.FixWorldModelAng = Angle( 90, 90, 0 )
+SWEP.FixWorldModelScale = 0.6