9 lines
152 B
Smalltalk
9 lines
152 B
Smalltalk
accessing
|
|
newRandomPlayerCharacter
|
|
^ SfPlayerCharacter new
|
|
momentum: 2;
|
|
maxMomentum: 10;
|
|
momentumReset: 2;
|
|
health: 5;
|
|
spirit: 5;
|
|
supply: 5. |