Removes the IPC damage mod. For real this time. (#23178)

This commit is contained in:
Qwertytoforty
2023-11-12 20:04:09 +00:00
committed by GitHub
parent edee326c49
commit 6525351d31
2 changed files with 1 additions and 3 deletions
@@ -205,7 +205,7 @@
if((brute <= 0) && (burn <= 0))
return 0
if(!ignore_resists)
if(!ignore_resists && !ismachineperson(owner)) //Machine people can't have augmented limbs, and this lets us give them no strange damage issues from countering the 33% resist
brute *= brute_mod
burn *= burn_mod