Opened 11 months ago
Closed 11 months ago
#16194 closed defect (fixed)
WAGE: Fighting seems quite broken
| Reported by: | eriktorbjorn | Owned by: | eriktorbjorn |
|---|---|---|---|
| Priority: | normal | Component: | Engine: Wage |
| Version: | Keywords: | ||
| Cc: | Game: |
Description (last modified by )
I've tried a couple of different WAGE games, and I have yet to find a single fight that doesn't end as soon as you or your enemy get hit once. This is not the case if I try the games in a Mac emulator.
Also, your experience (as printed by the "status" command) seems to go down, not up.
Change History (4)
comment:1 by , 11 months ago
| Description: | modified (diff) |
|---|
comment:4 by , 11 months ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

I see there are quite a number of "TODO" comments in combat.cpp.
It seems that the victim's
PHYS_HIT_CURalways seems to be 0, so any amount of damage will be deadly. I have a hunch that combat.cpp is using_userVariableswhere it should be using_statVariables.That could explain why experience goes down, too.