Make boomerang in bomb-only mode stun enemies it would normally damage
This commit is contained in:
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
def process_values(sprite, values)
|
def process_values(sprite, values)
|
||||||
ret = values.clone
|
ret = values.clone
|
||||||
if [1, 2].include?(ret[0]) # boomerang
|
if [1, 2].include?(ret[0]) # boomerang
|
||||||
ret[0] = 0
|
ret[0] = 4 # still want to stun
|
||||||
end
|
end
|
||||||
if ret[6] > 0 && sprite != 0x84 # bow and not red eyegore/mimic
|
if ret[6] > 0 && sprite != 0x84 # bow and not red eyegore/mimic
|
||||||
ret[6] = 0
|
ret[6] = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user