- Fixed religion naming issue

- Fixed bible healing message reporting wrong deity.
- Small tweaks to improve code readability.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1160 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
panurgomatic
2011-03-05 03:25:21 +00:00
parent 7b1caa58b5
commit 4d2c3ffe64
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
bless(M)
for(var/mob/O in viewers(M, null))
O.show_message(text("\red <B>[] heals [] with the power of [src.deity_name]!</B>", user, M), 1)
M << "\red May the power of Christ compel you to be healed!"
M << "\red May the power of [src.deity_name] compel you to be healed!"
playsound(src.loc, "punch", 25, 1, -1)
else
if(ishuman(M) && !istype(M:head, /obj/item/clothing/head/helmet))