Adds a quick-expansion gibbing proc, applies it to lazarus and instagib rifle (#22188)

* Adds quick explosion for laz gibbing

* Applies to instagib and mint

* Apply suggestions from code review -- timers

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>

---------

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
Luc
2023-09-13 21:08:14 +01:00
committed by GitHub
co-authored by Burzah
parent f84bbf85b9
commit 3e48654be3
4 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -172,7 +172,7 @@
if(isliving(target))
var/mob/living/L = target
L.visible_message("<span class='danger'>[L] explodes!</span>")
L.gib()
L.quick_explode_gib()
/obj/item/projectile/beam/laser/detective
name = "energy revolver shot"