Fixed non-compiling (I hope). I blame SVN.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@306 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2010-10-17 14:45:57 +00:00
parent 5490a3e40e
commit ca85bbde27
2 changed files with 17 additions and 19 deletions

View File

@@ -1,10 +1,10 @@
/obj/rune/proc/tearreality()
usr.say("Tok-lyr rqa'nap g'lt-ulotf!")
var/cultist_count = 0
for(var/mob/M in orange(1,src))
if(cultists.Find(M))
M.say("Tok-lyr rqa'nap g'lt-ulotf!")
cultist_count += 1
if(cultist_count >= 6)
if(cultist_count >= 9)
var/obj/machinery/the_singularity/S = new /obj/machinery/the_singularity/(src.loc)
S.icon = 'magic_terror.dmi'
S.name = "Tear in the Fabric of Reality"