Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Kirshbia/PvE-CMSS13
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirshbia committed Mar 12, 2024
2 parents a63bd84 + 3a7bd5e commit 4760572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed .vs/slnx.sqlite
Binary file not shown.
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 4760572

Please sign in to comment.