From 9b15fe90aabacfcdd60894bc356dae618d7cfa52 Mon Sep 17 00:00:00 2001 From: AnturK Date: Mon, 3 Jun 2019 22:25:36 +0200 Subject: [PATCH] Fix bad indent (#44285) --- code/modules/antagonists/fugitive/old_god.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/fugitive/old_god.dm b/code/modules/antagonists/fugitive/old_god.dm index 2fdadad5aa0..6d1277edde1 100644 --- a/code/modules/antagonists/fugitive/old_god.dm +++ b/code/modules/antagonists/fugitive/old_god.dm @@ -13,7 +13,7 @@ /mob/camera/yalp_elor/Initialize() . = ..() transmit = new - transport = new + transport = new transmit.Grant(src) transport.Grant(src) START_PROCESSING(SSobj, src)