wordsmithing...again.
This commit is contained in:
parent
3604ae9547
commit
ec1542a4c7
|
@ -423,8 +423,8 @@ script:
|
||||||
|
|
||||||
{%- macro dark_outside() -%}
|
{%- macro dark_outside() -%}
|
||||||
{{ [
|
{{ [
|
||||||
'The sun is offically down. Exterior Cameras are now motion acivated.',
|
'The sun is officially down. Exterior Cameras are now motion acivated.',
|
||||||
'The sun has been ushered off the stage. I have activated the perimiter cameras.',
|
'The sun has been ushered off the stage. I have armed the perimiter cameras.',
|
||||||
'You are running out of daylight. Time to wrap up any outisde chores.',
|
'You are running out of daylight. Time to wrap up any outisde chores.',
|
||||||
'Switching to night mode! '
|
'Switching to night mode! '
|
||||||
]|random }}
|
]|random }}
|
||||||
|
@ -634,7 +634,8 @@ script:
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ [ "The garage door is closed. ",
|
{{ [ "The garage door is closed. ",
|
||||||
"The cargo hold is sealed. ",
|
"The cargo hold is sealed. ",
|
||||||
"Looks like the garage has been secured for."
|
"Looks like the garage has been secured.",
|
||||||
|
"The pod bay doors are closed. Do not ask me to open them."
|
||||||
] | random }}
|
] | random }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
Loading…
Reference in New Issue