Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoTomahto committed Jan 11, 2025
1 parent 5828ee5 commit bee78c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/jobs/job_types/roguetown/church/inquisitor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@
if(length(confessions))
if(torture == TRUE) // Only scream your confession if it's due to torture.
say(pick(confessions), spans = list("torture"))
else
say(pick(confessions))
if(user.is_holding_item_of_type(/obj/item/paper/confession)) // This code is to process gettin a signed confession through torture.
testing("User is holding a confession.")
if(has_confessed==TRUE) // This is to check if the victim has already confessed, if so just inform the torturer and return. This is so that the Inquisitor cannot get infinite confession points and get all of the things upon getting thier first heretic.
Expand Down

0 comments on commit bee78c8

Please sign in to comment.