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.
/🆑
This commit is contained in:
Pickle-Coding
2022-12-09 00:53:01 +00:00
committed by GitHub
parent 474b932e15
commit d31090b6b7
@@ -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)
..()