Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add crimson trial script #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wmgroot
Copy link

@wmgroot wmgroot commented Jul 28, 2022

Took the bloody mechanic from the Ides of Blood custom set and created an entire script around it as a central feature.

@@ -316,8 +316,6 @@ function setNightOrder(night)
table.insert(order, {char = 'Ambusher Info', color = v2.color})
elseif v2.char == 'Bogman' and night == 'first' then
table.insert(order, {char = 'Bogman Info', color = v2.color})
elseif v2.char == 'Inquisitor' and night == 'other' then
table.insert(order, {char = 'Inquisitor Info', color = v2.color})
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was confused why the "Inquisitor" character I created wasn't showing up in the standard night order for a while. I couldn't see anything that references this character, so I believe it's safe to remove this special case.

@wmgroot wmgroot force-pushed the wmgroot/crimson-trial branch from 2d674a7 to 5a7bf72 Compare July 28, 2022 03:45
@wmgroot wmgroot force-pushed the wmgroot/crimson-trial branch from 5a7bf72 to f7cbfe1 Compare July 28, 2022 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant