Make boomerang in bomb-only mode stun enemies it would normally damage

This commit is contained in:
2021-11-08 16:37:22 -08:00
parent 69a669e16e
commit b515b59a38
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

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