Runes fix by Barhandar.

Imidazoline now fixes nearsightedness.

You can now observe the Singularity!

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@883 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
crazyclonetheninja
2011-01-17 07:13:46 +00:00
parent 7fe3491865
commit 1c88af44fa
3 changed files with 872 additions and 885 deletions
+10
View File
@@ -1380,6 +1380,16 @@
namecounts[name] = 1
creatures[name] = D
for (var/obj/machinery/the_singularity/S in world)
var/name = "Singularity"
if (name in names)
namecounts[name]++
name = "[name] ([namecounts[name]])"
else
names.Add(name)
namecounts[name] = 1
creatures[name] = S
for (var/obj/machinery/bot/B in world)
var/name = "BOT: [B.name]"
if (name in names)