7 lines
110 B
Smalltalk
7 lines
110 B
Smalltalk
|
accessing
|
||
|
newRandomPlayerCharacter
|
||
|
^ SfPlayerCharacter new
|
||
|
momentum;
|
||
|
health: 5;
|
||
|
spirit: 5;
|
||
|
supply: 5.
|