Skip to content

Commit

Permalink
I got it
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Mar 11, 2024
1 parent ea959ce commit 3a7bd5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/vehicles/tank/tank.dm
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@

dmg_multipliers = list(
"all" = 1,
"acid" = 0.5, // Acid melts the tank
"slash" = 1.6, // Slashing a massive, solid chunk of metal does very little except leave scratches
"acid" = 0.5,
"slash" = 1.6,
"bullet" = 0.4,
"explosive" = 0.8,
"blunt" = 0.8,
Expand Down

0 comments on commit 3a7bd5e

Please sign in to comment.