aboutsummaryrefslogtreecommitdiff
path: root/gamemode/npcsystem/sv_blockingdummy.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/npcsystem/sv_blockingdummy.lua')
-rw-r--r--gamemode/npcsystem/sv_blockingdummy.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/gamemode/npcsystem/sv_blockingdummy.lua b/gamemode/npcsystem/sv_blockingdummy.lua
index 2b98b97..c40fc54 100644
--- a/gamemode/npcsystem/sv_blockingdummy.lua
+++ b/gamemode/npcsystem/sv_blockingdummy.lua
@@ -29,7 +29,7 @@ NPC.Drops = {
--Attacks should be formated as [i]={function attackpriority() = function doattack()}
local checknothing = function(self,ply)
- return 1
+ return -1
end
local donothing = function(self,ply)
@@ -79,7 +79,7 @@ function NPC:OnDammage(ammount)
print("Blocking is now",self.Blocking)
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.
+--These are just here to tell the editors/develoeprs what functions are available.
/*
function NPC:OnSpawn()
end