mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-11 08:06:33 +01:00
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:
@@ -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