festivecasual / sigma-mud

Experimental MUD server in Python
0 stars 0 forks source link

Combat Sanity Checks #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, edge cases exist where combat can be initiated between characters 
not in the same room.

To record the conversation:

"There's a point before the second tick where the non-aggressor will be in 
combat, but not set to engaged. What we need instead of if player.engaged is a 
function in combat that returns True if the player is one of the combatants and 
test against that."

Original issue reported on code.google.com by bmcca...@gmail.com on 5 Sep 2010 at 9:45