6 lines
123 B
Smalltalk
6 lines
123 B
Smalltalk
|
accessing
|
||
|
worldMapDraw
|
||
|
| currentPlace |
|
||
|
currentPlace := self deck draw.
|
||
|
self worldMap add: currentPlace.
|
||
|
^ currentPlace
|