From c938d041633104340f866a5906f6dbaffaf1f459 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Tue, 18 Oct 2016 18:22:54 -0400 Subject: Bugfixes in spells and misc linting --- gamemode/itemsystem/items/runefeatherfall.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gamemode/itemsystem/items/runefeatherfall.lua') diff --git a/gamemode/itemsystem/items/runefeatherfall.lua b/gamemode/itemsystem/items/runefeatherfall.lua index 2ce71fd..c42b120 100644 --- a/gamemode/itemsystem/items/runefeatherfall.lua +++ b/gamemode/itemsystem/items/runefeatherfall.lua @@ -2,7 +2,7 @@ ITEM.Name = "Feather-fall Rune" ITEM.Class = "resource" ITEM.Desc = "A rune that's lighter than air.\nCancels fall dammage" -ITEM.Model = "models/props_combine/breenlight.mdl" +ITEM.Model = "models/props_junk/Rock001a.mdl" ITEM.Icon = Material("wintersurvival2/hud/ws2_icons/icon_runefeatherfall.png") ITEM.Structure = { @@ -30,5 +30,5 @@ ITEM.Range = 64 ITEM.CD = 1 function ITEM:OnCraft(ply) - ply:AddFatigue(25) + ply:AddFatigue(25) end -- cgit v1.2.3-70-g09d2