PC [BUG] Bomb explosions are offset (-1,-1)

BlaDe

Farmer
When a bomb goes off, the center of the explosion is 1 left, 1 up from where the bomb was placed.

Removing the -1f from the areaOfEffect Rectangle for both x and y in GameLocation::explode fixes it.

For these images I let the bomb go off, then replaced the tile underneath where the original went off, placed another, then took a screenshot.

1615370305974.png
1615370319697.png
1615370330413.png


Also affects explosive ammo:
 
Last edited by a moderator:
Top