From ad0cfc2e670f85228dc188b202a056b45b0b6693 Mon Sep 17 00:00:00 2001 From: Dovixx Date: Tue, 26 Mar 2019 19:57:23 +0200 Subject: [PATCH] Fix the logic --- code/modules/paperwork/photography.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/paperwork/photography.dm b/code/modules/paperwork/photography.dm index af28e221eb8..4a57c1b2636 100644 --- a/code/modules/paperwork/photography.dm +++ b/code/modules/paperwork/photography.dm @@ -325,7 +325,7 @@ var/list/SpookyGhosts = list("ghost","shade","shade2","ghost-narsie","horror","s to_chat(user, "[pictures_left] photos left.") icon_state = icon_off on = 0 - if(user.mind && !(user.mind.assigned_role == "Chaplain")) + if(user.mind && user.mind.assigned_role == "Chaplain") if(prob(24)) handle_haunt(user) spawn(64)