CHANGELOG UPDATED.

New rune! Stun rune. When used as rune, briefly stuns everyone around (including cultists). When imbued into a talisman, hit someone to stun and briefly mute them. Spawnable with the starter talisman.
Imbue rune doesn't disappear after succesful invocation, only the source rune.
Chaplain's bible now has 20% chance to convert a cultist (was 10%), and gives a message on success.
Lots of typos and errors fixed in the tome text.
Wrapping paper added to mailroom.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1584 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
KFFFF00
2011-05-14 20:54:34 +00:00
parent cea7302b08
commit 1368a431cf
6 changed files with 123 additions and 26 deletions
+3 -1
View File
@@ -44,7 +44,9 @@
// return
if (M.stat !=2)
if (prob(10))
if (prob(20))
M << "\red The power of [src.deity_name] clears your mind of heresy!"
user << "\red You see how [M]'s eyes become clear, the cult no longer holds control over him!"
if(M.mind in ticker.mode.cult)
if (ticker.mode.name == "cult")
ticker.mode:remove_cultist(M.mind)