YeOldeDM / free20

GNU General Public License v3.0
2 stars 0 forks source link

Make Actors that run out of HP become Incapacitated #32

Closed YeOldeDM closed 7 years ago

YeOldeDM commented 7 years ago

Give Actors a member var status_effects = []
"incapacitated" is a status effect.
InitManager should skip incapacitated actors. They also cannot be targetted.
On each new round, ActorManager checks incap., if all members of a team are down, the other team wins.

YeOldeDM commented 7 years ago

Needed to close #1