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()