Chaplains can now bless water. Holy water covering floors and walls (very shitty overlay currently, I asked Kor to make a better one) prevents wizards from jaunting through them.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2127 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2011-09-05 07:14:16 +00:00
parent aae2ffd2b5
commit dc94650c31
6 changed files with 22 additions and 3 deletions
+5 -1
View File
@@ -2433,7 +2433,7 @@ datum
holywater
name = "Holy Water"
id = "holywater"
description = "The chaplains holy water."
description = "Water blessed by some deity."
reagent_state = LIQUID
color = "#E0E8EF" // rgb: 224, 232, 239
@@ -2449,6 +2449,10 @@ datum
..()
return
reaction_turf(var/turf/simulated/T, var/volume)
if(!istype(T)) return
T.Bless()
tequilla
name = "Tequila"
id = "tequilla"