diff options
Diffstat (limited to 'gamemode/npcsystem')
| -rw-r--r-- | gamemode/npcsystem/sv_dummy.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
