mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user