From 5a16141bcf97be92169e1b7f865b91901e245144 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 13 Sep 2007 16:46:36 +0000 Subject: [PATCH] default damage is now 0 (amb864) --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401424 --- plugins/basefuncommands.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/basefuncommands.sp b/plugins/basefuncommands.sp index 0d313264..e07f6e5a 100644 --- a/plugins/basefuncommands.sp +++ b/plugins/basefuncommands.sp @@ -171,7 +171,7 @@ public Action:Command_Slap(client, args) return Plugin_Handled; } - new damage = 5; + new damage = 0; if (args > 1) { decl String:arg2[20];