6 lines
142 B
JavaScript
6 lines
142 B
JavaScript
|
|
||
|
this.actor.characteristics.t.bonus = 10
|
||
|
|
||
|
this.actor.details.move.value = 0;
|
||
|
this.actor.details.move.walk= 0;
|
||
|
this.actor.details.move.run = 0;
|