Fix the logic

This commit is contained in:
Dovixx
2019-03-26 19:57:23 +02:00
parent 290e9135d0
commit ad0cfc2e67
+1 -1
View File
@@ -325,7 +325,7 @@ var/list/SpookyGhosts = list("ghost","shade","shade2","ghost-narsie","horror","s
to_chat(user, "<span class='notice'>[pictures_left] photos left.</span>")
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)