- lots of debugging

- modifying how runes are called to use reflection
- adding highlander code to make sure that there can only be one mask
- adding Spread Shadows spell
- adding cult admin investigation log
- adding mask icon
This commit is contained in:
jack-fractal
2013-11-22 20:09:24 -05:00
parent cf5012ce1d
commit 3eb8d1c2b9
15 changed files with 307 additions and 267 deletions

View File

@@ -299,9 +299,9 @@
data_core.manifest_inject(character)
ticker.minds += character.mind//Cyborgs and AIs handle this in the transform proc. //TODO!!!!! ~Carn
AnnounceArrival(character, rank)
return character
else
character.Robotize()
return character.Robotize()
del(src)
proc/AnnounceArrival(var/mob/living/carbon/human/character, var/rank)