Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "mobs now respect armor when attacking" (#58)
Reverts #40 Turns out that we have been looking at the wrong spot in the code. The change applies to the wrong type of mobs since human mobs have their own damage-handling process at: https://github.com/Equinox-SS13/equinox-sojourn/blob/5e666c7e221e980e4edf57801bd691e52df4a638/code/modules/mob/living/carbon/human/human_attackhand.dm#L311 So far it has been a travesty. We had been too confident in the change. This revert means we should go look at other options of the armour issue instead. Look at other problems that more worth investigating. ## Changelog :cl: fix: Reverted a change to how simple mobs are damaged. /:cl:
- Loading branch information