mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user