You can now emag humans again (#26857)

* You can now emag humans again

* Update code/modules/surgery/organs/organ_external.dm

Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>

---------

Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
Qwertytoforty
2024-09-28 18:37:34 -04:00
committed by GitHub
parent fafb2d6e33
commit c6f9a5ea9c
2 changed files with 9 additions and 6 deletions
@@ -927,7 +927,7 @@ Note that amputating the affected organ does in fact remove the infection from t
"<span class='danger'>\The [victim]'s [name] explodes violently!</span>",\
"<span class='userdanger'>Your [name] explodes!</span>",\
"<span class='danger'>You hear an explosion!</span>")
explosion(get_turf(owner),-1,-1,2,3)
explosion(get_turf(victim), -1, -1, 2, 3)
do_sparks(5, 0, victim)
qdel(src)