From c4f9c7fb1429907e5ca765f75c951a2a64e30b29 Mon Sep 17 00:00:00 2001
From: "petethegoat@gmail.com"
Date: Mon, 16 Apr 2012 01:42:30 +0000
Subject: [PATCH] Tome now includes See Invisible rune which could previously
only be accessed with meta-knowledge. Fixed capitalization for some rune word
descriptions. Committed for Dumpdavidson.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3463 316c924e-a436-60f5-8080-3fe189b3f50e
---
code/game/magic/cultist/ritual.dm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/code/game/magic/cultist/ritual.dm b/code/game/magic/cultist/ritual.dm
index bfd829d5e60..8ac93540c53 100644
--- a/code/game/magic/cultist/ritual.dm
+++ b/code/game/magic/cultist/ritual.dm
@@ -342,12 +342,13 @@ var/engwords = list("travel", "blood", "join", "hell", "destroy", "technology",
Create a wall: Destroy Travel Self
Summon cultist: Join Other Self
Free a cultist: Travel technology other
- Deafen: Hide other see
+ Deafen: Hide Other See
Blind: Destroy See Other
Blood Boil: Destroy See Blood
- Communicate: Self other technology
- Stun: Join hide technology
- Summon Cultist Armor: Hell destroy other
+ Communicate: Self Other Technology
+ Stun: Join Hide Technology
+ Summon Cultist Armor: Hell Destroy Other
+ See Invisible: See Hell Join
Rune Descriptions
Teleport self
@@ -396,6 +397,8 @@ var/engwords = list("travel", "blood", "join", "hell", "destroy", "technology",
Unlike other runes, this ons is supposed to be used in talisman form. When invoked directly, it simply releases some dark energy, briefly stunning everyone around. When imbued into a talisman, you can force all of its energy into one person, stunning him so hard he cant even speak. However, effect wears off rather fast.
Equip Armor
When this rune is invoked, either from a rune or a talisman, it will equip the user with the armor of the followers of Nar-Sie. To use this rune to its fullest extent, make sure you are not wearing any form of headgear, armor, gloves or shoes, and make sure you are not holding anything in your hands.
+ See Invisible
+ When invoked when standing on it, this rune allows the user to see the the world beyond as long as he does not move.