Update DMGame.cs

This commit is contained in:
ChocoTaco 2019-04-17 22:30:09 -04:00
parent 77a3f5e36a
commit d0e8050d87

View file

@ -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@" )");