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

Фикс описки, из-за которой ломается описание квеста #1396

Merged
merged 1 commit into from
Oct 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Ideology/DefInjected/QuestScriptDef/Script_Beggars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<li>approachInfo(beggarCount>=2)->Группа бедных [groupLabelPluralGen] приближается к поселению в поисках помощи</li>
<li>requestInfo(beggarCount==1)->[beggars0_nameDef] просит [beggingForInfo]</li>
<li>requestInfo(beggarCount>=2)->[groupLabelPlural] просят [beggingForInfo]</li>
<li>claimInfo(beggarCount==1,requestedThingDefName==Silver)->[beggars0_nameDef] нуждается в серебре, чтобы откупиться от преследующей [beggars0_posessive] банды</li>
<li>claimInfo(beggarCount==1,requestedThingDefName==Silver)->[beggars0_nameDef] нуждается в серебре, чтобы откупиться от преследующей [beggars0_possessive] банды</li>
<li>claimInfo(beggarCount==1,requestedThingDefName==MedicineHerbal)->[beggars0_nameDef] нуждается в медикаментах, чтобы помочь раненному путешественнику поблизости</li>
<li>claimInfo(beggarCount==1,requestedThingDefName==MedicineIndustrial)->[beggars0_nameDef] нуждается в медикаментах, чтобы спасти своего преданного питомца, раненного по дороге</li>
<li>claimInfo(beggarCount==1,requestedThingDefName==Penoxycyline)->[beggars0_nameDef] нуждается в [requestedThing_label], чтобы защитить своего болезненного друга от смертельных заболеваний</li>
Expand Down Expand Up @@ -147,4 +147,4 @@
<li>almsPrep->припасах</li>
</Beggars.questNameRules.rulesStrings>

</LanguageData>
</LanguageData>
Copy link
Contributor Author

@DartVeDroid DartVeDroid Oct 21, 2022

Choose a reason for hiding this comment

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

Откуда эта херня в конце взялась, вот откуда? Как просмотреть различия в whitespaces'ах?

Copy link
Contributor

@Elevator89 Elevator89 Oct 21, 2022

Choose a reason for hiding this comment

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

Эти символ перевода строки в конце последней строки файла. В обычном редакторе он ставиться не должен по настройкам в .editorconfig, но при онлайн-правках на Гитхабе он их всегда ставит.

Ни на что особо не влияет, можно игнорировать.