From 191ba416c8b611ea4901cead138789a357c56134 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sun, 2 Apr 2017 20:05:56 -0400 Subject: I finally had some time to work on this... dependency added on bobbleheadbob's zone addon --- gamemode/npcsystem/sv_dummy.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gamemode/npcsystem') diff --git a/gamemode/npcsystem/sv_dummy.lua b/gamemode/npcsystem/sv_dummy.lua index 6a7e894..6c5acae 100644 --- a/gamemode/npcsystem/sv_dummy.lua +++ b/gamemode/npcsystem/sv_dummy.lua @@ -65,8 +65,8 @@ function NPC:Stuck() end -function NPC:OnDammage(ammount) - print("A dummy was hit for",ammount:GetDamage(),"!") +function NPC:OnDammage(dmg) + print("A dummy was hit for",dmg:GetDamage(),"!") end --These are just here to tell the editors/develoeprs what functions are available.. dont un-comment them out, as this could affect all the items. -- cgit v1.2.3-70-g09d2