From 4a5601bf9da3951fff16a8cc2d664b21eeefeabf Mon Sep 17 00:00:00 2001 From: "n3ophyt3@gmail.com" Date: Sun, 16 Jan 2011 06:15:00 +0000 Subject: [PATCH] Fixed round-end reporting of cyborg laws git-svn-id: http://tgstation13.googlecode.com/svn/trunk@867 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/gamemodes/gameticker.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/gameticker.dm b/code/game/gamemodes/gameticker.dm index 2070ca5d504..4d357c169b9 100644 --- a/code/game/gamemodes/gameticker.dm +++ b/code/game/gamemodes/gameticker.dm @@ -203,7 +203,7 @@ var/global/datum/controller/gameticker/ticker world << "[robo.name] survived as an AI-less borg! Its laws were:" else world << "[robo.name] was unable to survive the rigors of being a cyborg without an AI. Its laws were:" - robo.laws.show_laws(1) + robo.laws.show_laws(world) mode.declare_completion()