Initial commit
[mafia.git] / t / examples / Newbie-0004.pl
1 use Mafia;
2
3 player Sugar => town, doctor;
4 player tehgood => vanilla, townie;
5 player Yggdrasil => town, cop;
6 player Smoke_Bandit => vanilla, townie;
7 player Someone => mafia, goon;
8 player Just_nigel => vanilla, townie;
9 player Phoebus => mafia, goon;
10
11 day;
12 lynch 'tehgood';
13
14 night;
15 copcheck Yggdrasil => 'Sugar';
16 factionkill Someone => 'Sugar', 'shot';
17
18 day;
19 lynch 'Phoebus';
20
21 night;
22 copcheck Yggdrasil => 'Just_nigel';
23 factionkill Someone => 'Yggdrasil', 'shot';
24
25 day;
26 lynch 'Smoke_Bandit';
27
28 night;
This page took 0.022745 seconds and 4 git commands to generate.