From d0e8050d87b6262a6efd2df27403c7a360e1c2c1 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Wed, 17 Apr 2019 22:30:09 -0400 Subject: [PATCH] Update DMGame.cs --- Classic/scripts/DMGame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classic/scripts/DMGame.cs b/Classic/scripts/DMGame.cs index 2043d75..d41203a 100644 --- a/Classic/scripts/DMGame.cs +++ b/Classic/scripts/DMGame.cs @@ -739,7 +739,7 @@ package DMGame if(%targetObject.client.armor $= "Heavy") { - %amount *= 1.5; + %amount *= 1.43; } //error("Armor::damageObject( "@%data@", "@%targetObject@", "@%sourceObject@", "@%position@", "@%amount@", "@%damageType@", "@%momVec@" )");