added .moo (parser definitions) to Mercury extension list

This commit is contained in:
Sebastian Godelet
2014-04-06 20:26:28 +02:00
parent a620d45635
commit fe183c07f5
5 changed files with 205 additions and 42 deletions

View File

@@ -0,0 +1,5 @@
@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,".");
.