mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
6 lines
169 B
Plaintext
6 lines
169 B
Plaintext
@program toy:wind
|
|
this.wound = this.wound + 2;
|
|
player:tell("You wind up the ", this.name,".");
|
|
player.location:announce(player.name, " winds up the ", this.name,".");
|
|
.
|