cair / deep-rts

A Real-Time-Strategy game for Deep Learning research
MIT License
202 stars 34 forks source link

Multi-tile Units does not handle damage correctly #23

Open perara opened 3 years ago

perara commented 3 years ago

https://github.com/cair/deep-rts/blob/148df8d8cdd628697b5f830ed28b1774e9f2c4cf/src/Tile.cpp#L262-L270 In multi-tile units, the damage is only applied to the "primary tile". Units currently only reference1 tile, but perhaps there should be a list of "secondary tiles"