64 Commits

Author SHA1 Message Date
Ryan Schmidt
8a71c839a9 Increase night timer for valentines 2015-12-29 14:01:09 -07:00
Vgr E. Barry
548d212435 Fix 'random' not keeping template ordering 2015-12-02 08:38:08 -05:00
Ryan Schmidt
99c8845118 Merge pull request #198 from lykoss/wolf-shaman
Add the new wolf shaman
2015-11-23 17:47:17 -07:00
Vgr E. Barry
c47a84d058 Add the wolf shaman role 2015-11-23 19:36:02 -05:00
skizzerz
32d91ec3a4 Enable team stats for random (sometimes) 2015-11-23 18:27:08 -06:00
skizzerz
6f83a909df Introduce proxies as a means of breaking circular import chains 2015-11-15 13:12:22 -06:00
jacob1
80e5c72b3d decrease 'mad' likelihood from 8 to 4 (not very popular, even though balanced :P) 2015-11-14 23:05:47 -05:00
Lane Farrow
a4e21aa997 move irc messages to json and allow overriding in custom file 2015-11-10 19:58:50 -06:00
jacob1
9b3768522b reduce sleepy likelihood to 5
we agreed not to reduce it to 0, 5 works well
2015-11-04 22:51:11 -05:00
Vgr E. Barry
4ebb3f7e9f Fix errors when changing nicks in sleepy 2015-11-04 18:10:10 -05:00
Vgr E. Barry
8c0582477e Some tweaks to the error handler 2015-11-04 13:16:35 -05:00
skizzerz
f7777649bf Fix /nick allowing one to avoid nightmares 2015-11-02 20:08:17 -06:00
skizzerz
4e65ad6e19 Remove unused format params 2015-11-01 14:23:29 -06:00
skizzerz
950c11e0a0 Don't advertise how many people turned 2015-10-31 23:38:24 -05:00
skizzerz
d8f1a5d946 Fix bug with nightmares attempting to message/kill dead people 2015-10-31 23:31:59 -05:00
skizzerz
ac1bfb778f Fix nightmare not tracking paths correctly and fix joining deadchat 2015-10-31 22:46:01 -05:00
skizzerz
e0cd6e577d Unrestrict random 2015-10-31 16:04:38 -05:00
jacob1
0f6f41f263 remove sleepy custom commands better (doesn't delete !w alias for wait now) 2015-10-31 16:26:49 -04:00
jacob1
4abd9a41dd change 'sleepy' likelihood to 20 temporarily (nyuszika7h edit) 2015-10-31 10:55:59 -04:00
jacob1
85fac86b4a fix error breaking nightmares, add back word I accidentally deleted 2015-10-31 10:55:21 -04:00
jacob1
930e35b31d fix sleepy mode breaking !help after game ends 2015-10-31 02:49:26 -04:00
skizzerz
6e647e86e9 Yet another nightmare fix (with initial path selection) 2015-10-30 22:55:52 -05:00
skizzerz
e60a32d400 Fix final roles 2015-10-30 20:28:32 -05:00
skizzerz
cb07d67a8f Fix doomsayer message 2015-10-30 20:20:40 -05:00
skizzerz
cfb435e1cb Another nightmare fix 2015-10-30 20:19:20 -05:00
skizzerz
aa4d165646 fix nightmares (again) 2015-10-30 19:56:22 -05:00
skizzerz
fc138f0af4 Disable disable wolfchat 2015-10-30 19:46:36 -05:00
Vgr E. Barry
ee3a2c6ab9 Temporarily disable new roles in random 2015-10-30 20:32:29 -04:00
skizzerz
ffacac3764 Fix nightmare kills 2015-10-30 19:20:25 -05:00
jacob1
7b8c504c79 fix error when starting 'random' game 2015-10-30 20:05:43 -04:00
jacob1
45e29a3fcd fix syntax error 2015-10-30 19:15:05 -04:00
skizzerz
df93da0d2e Fix direction picking 2015-10-30 15:39:02 -07:00
jacob1
a7c7bb808e fix syntax error and error preventing restart 2015-10-30 18:18:44 -04:00
Vgr E. Barry
3c90830cff Fix a NameError 2015-10-30 18:13:17 -04:00
skizzerz
cf91ab2c98 More informative messages for nightmares, fix dullahan target issue 2015-10-30 15:06:18 -07:00
jacob1
12384d191d fixes to nightmares 2015-10-30 15:06:17 -07:00
jacob1
e77ad447ef fixes to nightmares 2015-10-30 18:03:43 -04:00
Vgr E. Barry
2cf3852518 Fix circular imports 2015-10-30 17:38:39 -04:00
skizzerz
e860eeabdd Give a failure message for nightmares 2015-10-30 14:21:29 -07:00
skizzerz
e2d8f01832 Reset paths if wrong one is chosen part 2 2015-10-30 14:16:37 -07:00
skizzerz
8b5f757057 Reset paths if wrong one is chosen 2015-10-30 14:15:56 -07:00
skizzerz
3b4f62e2f1 Finish nightmares 2015-10-30 14:14:21 -07:00
jacob1
55070fd44b add utilities.py, which contains some functions possibly needed by gamemode events
this also fixes it so priest death events finally happen
2015-10-30 17:03:54 -04:00
skizzerz
dd6f50d7eb Fix derps 2015-10-30 13:14:33 -07:00
Lukas Martini
3761f6d92c Fix two syntax errors and name of setup_nightmares in SleepyMode 2015-10-30 20:30:11 +01:00
skizzerz
85fafcc789 Fix error, work on nightmares a bit 2015-10-30 12:19:40 -07:00
skizzerz
01dc76d0bb Tweak sleepy roleset (swap vigilante and harlot) 2015-10-30 12:19:33 -07:00
skizzerz
627efab5ec Fix priest death in sleepy, update alpha messages for doomsayer 2015-10-30 12:19:21 -07:00
skizzerz
9b23f38b65 Add sleepy events (mostly done)
Add back in var.DYING so that events can use it, also added del_player
event.
2015-10-30 01:09:24 -05:00
Vgr E. Barry
f73267f6e1 Small tweaks 2015-10-29 17:46:32 -04:00