Skip to content

Commit

Permalink
nausea stalwart
Browse files Browse the repository at this point in the history
  • Loading branch information
Gboster-0 committed Jul 25, 2023
1 parent cbd46fe commit 0118117
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
for(var/mob/M in range(10,src))
if(M.client)
flash_color(M.client, "#0d00c8", 1)
shake_camera(M, 4, 3)
sleep(0.5 SECONDS)
playsound(src, 'sound/machines/sm/accent/delam/14.ogg', 400, 1)

Expand Down Expand Up @@ -339,7 +338,7 @@
name = "energy pike"
icon_state = "arcane_barrage_greyscale"
damage = 30
armour_penetration = 100
armour_penetration = 50
speed = 4
eyeblur = 0
damage_type = BRUTE
Expand Down Expand Up @@ -367,7 +366,7 @@
name = "lesser energy pike"
icon_state = "arcane_barrage_greyscale"
damage = 10
armour_penetration = 100
armour_penetration = 50
speed = 5
eyeblur = 0
damage_type = BRUTE
Expand Down

0 comments on commit 0118117

Please sign in to comment.