mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-02 04:52:10 +00:00
[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:
@@ -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)
|
||||
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user