Equinox-SS13 / equinox-sojourn

Other
1 stars 18 forks source link

Revert "mobs now respect armor when attacking" #58

Closed valkyria-gk closed 1 week ago

valkyria-gk commented 3 weeks ago

Reverts Equinox-SS13/equinox-sojourn#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: