Skip to content

ActorStats Fix

Hachem_Muche requested to merge Hachem_Muche/t-engine4:ActorStatsFix into master

ActorStats will automatically clone a stats table provided with an actor definition, to prevent multiple actors referencing the same table. (Static definitions, like those in ToME necrotic minions)

Entity.init will automatically initialize the compute_vals table for temporary values.

Merge request reports