From dedea7c1d2a315d1d736a32807f3652c48368441 Mon Sep 17 00:00:00 2001 From: FlattestGuitar Date: Sun, 2 Oct 2016 16:48:27 +0200 Subject: [PATCH] adds logs to missionary stuffs --- code/game/objects/items/weapons/holy_weapons.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/weapons/holy_weapons.dm b/code/game/objects/items/weapons/holy_weapons.dm index 600ff934a8f..58efa2290f4 100644 --- a/code/game/objects/items/weapons/holy_weapons.dm +++ b/code/game/objects/items/weapons/holy_weapons.dm @@ -568,6 +568,7 @@ faith -= 100 //if you made it this far: congratulations! you are now a religious zealot! target.mind.make_zealot(missionary, convert_duration, team_color) + add_logs(missionary, target, "converted", src, "for [convert_duration/600] minutes") target << sound('sound/misc/wololo.ogg', 0, 1, 25) missionary.say("WOLOLO!")