mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-06 05:00:21 +00:00
Update DMGame.cs
This commit is contained in:
parent
0cb4113224
commit
60a8d1be81
1 changed files with 2 additions and 2 deletions
|
|
@ -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@" )");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue