mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user