mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-27 02:23:47 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user