From 60a8d1be8186c812960620538cf98014d6ef79e5 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Tue, 26 Mar 2019 13:30:32 -0400 Subject: [PATCH] Update DMGame.cs --- Classic/scripts/DMGame.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classic/scripts/DMGame.cs b/Classic/scripts/DMGame.cs index d6e47c4..9b705f9 100644 --- a/Classic/scripts/DMGame.cs +++ b/Classic/scripts/DMGame.cs @@ -723,12 +723,12 @@ package DMGame //Other armors get more damage if(%targetObject.client.armor $= "Medium") { - %amount *= 1.2; + %amount *= 1.3; } if(%targetObject.client.armor $= "Heavy") { - %amount *= 1.4; + %amount *= 1.5; } //error("Armor::damageObject( "@%data@", "@%targetObject@", "@%sourceObject@", "@%position@", "@%amount@", "@%damageType@", "@%momVec@" )");