[MIRROR] Getting hit by a nuclear particle will always irradiate you. [MDB IGNORE] (#18008)

* Getting hit by a nuclear particle will always irradiate you. (#71812)

## About The Pull Request
Makes nuclear particles directly irradiate people.
## Why It's Good For The Game
Getting hit by a nuclear particle should be a death sentence.
## Changelog
🆑
balance: Nuclear particles will always irradiate you on hit.
/🆑

* Getting hit by a nuclear particle will always irradiate you.

Co-authored-by: Pickle-Coding <58013024+Pickle-Coding@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-12-09 04:45:09 +01:00
committed by GitHub
parent 3e8d1e750e
commit 1d3c4dc8a1

View File

@@ -27,7 +27,7 @@
/obj/projectile/energy/nuclear_particle/on_hit(atom/target, blocked, pierce_hit)
if (ishuman(target))
radiation_pulse(target, max_range = 0, threshold = RAD_FULL_INSULATION)
SSradiation.irradiate(target)
..()