object instead.
- [+] dynamic morale
- [+] whenever you fail a moral check, your moral gets a bit lower
- [+] opposite if you pass it.
- [+] make morale checks depend more on morale
- [+] after you flee, become timid
- [+] in io.c, show current morale if lorelev is high enough.
"looks scared/timid/confident"
- [+] implement f_timid:
- [+] (will only move into melee range if it is behind you)
* [+] checks:
- [+] monsters can't attack while prone. always jsut stand up.
- [+] call initiatemove even when atatcking
- [+] bug: monsters not gaining abilities frmo skills
- [+] bug when creating monsters with jobs: "xx looks foolish" etc
- [+] tohit penalty for small monster hitting flying or levitating
things (lower penalty for levitating)
* [+] if you are flying and get hit, you drop to the ground?
- [+] make feign death code better for mosnters
- [+] moving should cose STAMREGEN points (ie don't regenerate stamina
if you move)
- [+] maybe: when you finish sprinting, drop stamina to -2
- [+] until it gets back, you can't move at all
- [+] bug: stuck in moveto(), after walking up stairs to a new levle
- [+] happened again right after "The young wolf starts sprinting!
The young wolf flees down the staircase."
- [+] was getting stuck in donextturn because we weren't on the
plaeyr's map - taketime was returning.
- [+] shield bash skill
- [+] gain it at shieldlev beginner
- [+] costs stamina
- [+] pass a skill check based on shield skill and shield value to
stun enemy
- [+] only works if shield has hardness
- [+] only works if you're the same size or larger than the opponent
- [+] damages your shield (1d3 hp ?)