mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
Now follow up with a glory kill (#18387)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user