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