Skip to content

Commit

Permalink
Changed gauge damage from '0' to '1'
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyCEO committed May 30, 2024
1 parent 31eb1fd commit 158fce0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#
# Thanks for playing!

effect give @e[type=!#hss:undead,distance=..1.5,sort=nearest,limit=1] instant_damage 3 0 true
effect give @e[type=!#hss:undead,distance=..1.5,sort=nearest,limit=1] instant_damage 3 1 true
effect give @e[type=!#hss:undead,distance=..1.5,sort=nearest,limit=1] wither 90 0 true
effect give @e[type=#hss:undead,distance=..1.5,sort=nearest,limit=1] instant_health 3 0 true
effect give @e[type=#hss:undead,distance=..1.5,sort=nearest,limit=1] instant_health 3 1 true
effect give @e[type=#hss:undead,distance=..1.5,sort=nearest,limit=1] wither 90 0 true
kill @s

0 comments on commit 158fce0

Please sign in to comment.