Shorten duration of boomerang stun

This commit is contained in:
2021-11-09 23:28:51 -08:00
parent 18a2214b23
commit 1ec9f22cea
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
def process_values(sprite, values)
ret = values.clone
if [1, 2].include?(ret[0]) # boomerang
ret[0] = 4 # still want to stun
ret[0] = 5 # stun very briefly instead of damage
end
if ret[6] > 0 && sprite != 0x84 # bow and not red eyegore/mimic
ret[6] = 0