]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Predict damage examine (#40168)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Fri, 10 Oct 2025 23:23:26 +0000 (01:23 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Oct 2025 23:23:26 +0000 (23:23 +0000)
commita6dce11566a98819659c6cceefd63e99e4938473
tree2b9ab67133dd1718070af35bb017e10dfaa239fb
parent648ae755623fbe12caf880845fff72552b7a6586
Predict damage examine (#40168)

* predict damage examine

* .

* required true

* nits

---------

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
Content.Client/Damage/Systems/DamageOtherOnHitSystem.cs [new file with mode: 0644]
Content.Server/Damage/Components/DamageOtherOnHitComponent.cs [deleted file]
Content.Server/Damage/Systems/DamageOtherOnHitSystem.cs
Content.Server/Weapons/Melee/MeleeWeaponSystem.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.Battery.cs
Content.Shared/Damage/Components/DamageExaminableComponent.cs
Content.Shared/Damage/Components/DamageOtherOnHitComponent.cs [new file with mode: 0644]
Content.Shared/Damage/Events/DamageExamineEvent.cs
Content.Shared/Damage/Systems/SharedDamageOtherOnHitSystem.cs [new file with mode: 0644]
Content.Shared/Weapons/Melee/SharedMeleeWeaponSystem.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Battery.cs