Now follow up with a glory kill (#18387)

This commit is contained in:
Qwertytoforty
2022-07-16 14:39:13 +01:00
committed by GitHub
parent 6dfaca81de
commit 45f6f14c64
@@ -84,7 +84,7 @@
damage = 60
damage_type = BURN
range = 9
weaken = 2 SECONDS //This is going to knock you off your feet
knockdown = 4 SECONDS //This is going to knock you off your feet
eyeblur = 10 SECONDS
speed = 2
alwayslog = TRUE
@@ -125,7 +125,7 @@
add_attack_logs(src, M, "Hit heavily by [src]")
if(floored)
to_chat(M, "<span class='userdanger'>You see a flash of briliant blue light as [src] explodes, knocking you to the ground and burning you!</span>")
M.Weaken(2 SECONDS)
M.KnockDown(4 SECONDS)
else
to_chat(M, "<span class='userdanger'>You see a flash of briliant blue light as [src] explodes, burning you!</span>")
else