|
@@ -304,7 +304,7 @@ if $ARGS[0] = 'Narthex':
|
|
|
if VKChurchEvents < 2 and hour < 14:
|
|
|
if VKChurch = 0 or VKChurch = 4:
|
|
|
if VKChurch < 4: VKChurch += 1
|
|
|
- act 'Attend the Vigil':gt 'ParChurch', 'Vigil'
|
|
|
+ act 'Attend the Vigil':gt 'ParChurch', 'vigil'
|
|
|
elseif VKChurch = 1 or VKChurch = 4:
|
|
|
if VKChurch < 4: VKChurch += 1
|
|
|
act 'Join the Liturgy':gt 'ParChurch', 'Liturgy'
|
|
@@ -316,7 +316,7 @@ if $ARGS[0] = 'Narthex':
|
|
|
if VKChurch < 4: VKChurch = 4
|
|
|
act 'Pray':gt 'ParChurch', 'Pray'
|
|
|
else
|
|
|
- act 'Attend the Vigil':gt 'ParChurch', 'Vigil'
|
|
|
+ act 'Attend the Vigil':gt 'ParChurch', 'vigil'
|
|
|
act 'Join the Liturgy':gt 'ParChurch', 'Liturgy'
|
|
|
act 'Light a candle':gt 'ParChurch', 'Candles'
|
|
|
act 'Pray':gt 'ParChurch', 'Pray'
|