Fixed round-end reporting of cyborg laws

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@867 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2011-01-16 06:15:00 +00:00
parent b930b5f9c8
commit 4a5601bf9d
+1 -1
View File
@@ -203,7 +203,7 @@ var/global/datum/controller/gameticker/ticker
world << "<b>[robo.name] survived as an AI-less borg! Its laws were:</b>"
else
world << "<b>[robo.name] was unable to survive the rigors of being a cyborg without an AI. Its laws were:</b>"
robo.laws.show_laws(1)
robo.laws.show_laws(world)
mode.declare_completion()