Initial commit
[mafia.git] / t / examples / Newbie-0002.pl
CommitLineData
f1171346
MG
1use Mafia;
2
3player 'Banana Bob', cop, town;
4player 'Dragon Phoenix', vanilla, townie;
5player 'Gammie', mafia, goon;
6player 'gslamm', vanilla, townie;
7player 'Untrod Tripod', mafia, goon;
8player 'Werebear', vanilla, townie;
9player 'willows_weep', town, doctor;
10
11day;
12lynch 'Untrod Tripod';
13
14night;
15factionkill 'Gammie', 'willows_weep', 'shot';
16copcheck 'Banana Bob', 'gslamm';
17
18day;
19lynch 'Gammie';
20
21night;
This page took 0.009555 seconds and 4 git commands to generate.