pjasicek / OpenClaw

Reimplementation of Captain Claw (1997) platformer
GNU General Public License v3.0
340 stars 40 forks source link

Damage bug on contact with actors #95

Closed denispapec closed 7 years ago

denispapec commented 7 years ago

Damage should be applied only when actors are in attack mode.

damageoncontact

jstasiak commented 7 years ago

Same issue here, you beat me to reporting it. :)

denispapec commented 7 years ago

:P

pjasicek commented 7 years ago

And here I thought this was original behaviour 😄

pjasicek commented 7 years ago

Try it with https://github.com/pjasicek/CaptainClaw/commit/8e2041d9a407a656da79fdbdb4f933904a5f1a79 please

It should be fixed but I may have missed something