Exiled-Team / EXILED

A high-level plugin framework for SCP: Secret Laboratory servers. It offers an event system for developers to hook in order to manipulate or change game code, or implement their own functions.
https://www.exiled.to/
Other
274 stars 181 forks source link

customitems damage ignores 106 protection #448

Closed ZWRh3 closed 3 years ago

ZWRh3 commented 3 years ago

im not 100% sure since it happened on kings playground and the server is having extreme bugs right now

joker-119 commented 3 years ago

To remedy: virtual CustomWeapon.OnHurting should check if the target is RoleType106 and calculate damage accordingly before setting ev.Amount.

joker-119 commented 3 years ago

Fixed in dev branch, to be included in next pre-release.