Barhander Update:

- Cultist stuff. New words and runes.
- Runes condensed into one file rather then split among many.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@882 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
morikou@gmail.com
2011-01-17 06:40:34 +00:00
parent 18ded0873d
commit 7fe3491865
6 changed files with 1090 additions and 74 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ PLANT ANALYZER
/obj/item/device/detective_scanner/afterattack(atom/A as mob|obj|turf|area, mob/user as mob)
src.add_fingerprint(user)
if (istype(A, /obj/decal/cleanable/blood))
if (istype(A, /obj/decal/cleanable/blood) || istype(A, /obj/rune))
if(A.blood_DNA)
user << "\blue Blood type: [A.blood_type]\nDNA: [A.blood_DNA]"
if(A:virus)