cxong / cdogs-sdl

Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
GNU General Public License v2.0
895 stars 115 forks source link

Auto melee #742

Closed cxong closed 1 year ago

cxong commented 2 years ago

Add a weapon slot for auto-melee weapons

cxong commented 2 years ago

One problem with auto melee is it messes with victims and the ninja bonus. We don't want to automatically attack victims, especially if the player is holding a gun, but if we turn off auto melee for victims, it makes the ninja bonus too easy to get - just run around with a knife and not worry about victims at all.

Therefore auto melee should be optional. To avoid having it impacting the rest of C-Dogs, it can be a weapon-level option.

cxong commented 2 years ago

Also:

cxong commented 2 years ago

melee

cxong commented 1 year ago

melee