Fix quake not blobbing some enemies in bomb-only mode

This commit is contained in:
2021-07-05 15:40:25 -07:00
parent 642205bc68
commit f6983cee35
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -27,7 +27,7 @@ def process_values(sprite, values)
if ret[14] != 1 # ether
ret[14] = 0
end
if ret[15] != 3 # quake
if [1, 2].include?(ret[15]) # quake
ret[15] = 0
end
if sprite == 0x53 and ret[2] == 3