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