Skip to content

Commit

Permalink
Merge pull request #7 from Gitjas/master
Browse files Browse the repository at this point in the history
update to v6
  • Loading branch information
Gitjas authored Dec 23, 2020
2 parents 24a408e + 56c7396 commit 5faee31
Show file tree
Hide file tree
Showing 16 changed files with 805 additions and 13 deletions.
11 changes: 9 additions & 2 deletions imoen_forever/imoen_forever.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BACKUP ~imoen_forever/backup~
AUTHOR ~Please post at G3 or Kerzenburgforum, refer to readme.~


VERSION ~v5 Beta 03~
VERSION ~v6~

README ~imoen_forever/readme.imoen_forever.%LANGUAGE%.txt~ ~imoen_forever/readme.imoen_forever.english.txt~

Expand Down Expand Up @@ -73,6 +73,7 @@ OUTER_SPRINT newline ~%WNL%%LNL%%MNL%%TAB% ~

ACTION_IF GAME_IS ~bgee~ THEN BEGIN
OUTER_SPRINT ~IMOEN_DV_SOD~ ~IMOEN~
OUTER_SPRINT ~6377~ ~6377~
OUTER_SPRINT ~11035~ ~11035~
OUTER_SPRINT ~16413~ ~16413~
OUTER_SPRINT ~16414~ ~16414~
Expand Down Expand Up @@ -133,6 +134,7 @@ END

ACTION_IF GAME_IS ~eet~ THEN BEGIN
OUTER_SPRINT ~IMOEN_DV_SOD~ ~IMOEN2~
OUTER_SPRINT ~6377~ ~206377~
OUTER_SPRINT ~11035~ ~211035~
OUTER_SPRINT ~16413~ ~216413~
OUTER_SPRINT ~16414~ ~216414~
Expand Down Expand Up @@ -213,6 +215,11 @@ LANGUAGE ~Polski~
~imoen_forever/tra/polish/setup.tra~
~imoen_forever/tra/polish/game.tra~

LANGUAGE ~Russian~
~russian~
~imoen_forever/tra/russian/setup.tra~
~imoen_forever/tra/russian/game.tra~


////////////////////////////////////////////////////////////////////////
//////
Expand Down Expand Up @@ -1075,7 +1082,7 @@ EXTEND_TOP ~bd4300.bcs~ ~%MOD_FOLDER%/sod_rejoin/imoen_bd4300_commenting.baf~
EVALUATE_BUFFER

/* Comment upon entering Avernus */
EXTEND_TOP ~bd4400.bcs~ ~%MOD_FOLDER%/sod_rejoin/imoen_bd4400_commenting.baf~
EXTEND_BOTTOM ~bd4400.bcs~ ~%MOD_FOLDER%/sod_rejoin/imoen_bd4400_commenting.baf~
EVALUATE_BUFFER

/* Comment in the Avernus Elevator */
Expand Down
16 changes: 14 additions & 2 deletions imoen_forever/readme.imoen_forever.english.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,15 @@ Argent77 - coding help for non-destructive ADD_TRANS_TRIGGER patching

Lauriel - proof reading (English)

memory - Polish translation

unknown user: idea about Imoen staying behind in SoD because of her poison injury. (Let me know if you you know what name I should put here.)

Translations:
------------

memory - Polish

Raza, stn & Arcanecoast Team - Russian



TOOLS USED
Expand Down Expand Up @@ -293,6 +298,13 @@ REDISTRIBUTION NOTE: Imoen 4 Ever Mod was created to be freely enjoyed by all Ba

HISTORY

Version 6:
-Added Russian version by Raza, stn & Arcanecoast Team
- Imoen should not die instead of Ophyllis after interjecting into his (last) dialogue
- Imoen should not loop her "arrival in hell" StringHead line. Her script action should not block the rest of the area script.
- Imoen's generic kickout dialogue should not block the original dialogue at the and of SoD.
- typo corrections

Version 5:

-Added SoD content
Expand Down
24 changes: 18 additions & 6 deletions imoen_forever/readme.imoen_forever.german.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,15 +256,22 @@ This should be helpful in case Imoen came back but was not taken into party but

CREDITS

Acifer - promotion picture, beta testing, Name der Mod
Acifer - Promotion-Bild, Betatesten, Name der Mod

Argent77 - coding help for non-destructive ADD_TRANS_TRIGGER patching
Argent77 - Codinghilfe f�r nicht-destruktives ADD_TRANS_TRIGGER Patchen

Lauriel - Korrekturlesen (Englisch)

memory - Polish translation
Unbekannter User: Idee, dass Imoen aufgrund ihrer Vergiftung in SoD im Palast zur�ckbleibt. Lasst mich wissen, wer diese Idee hatte, wenn Ihr es wisst!

Translations:
------------

memory - Polnisch

Raza, stn & Arcanecoast Team - Russisch


unknown user: idea about Imoen staying behind in SoD because of her poison injury. (Let me know if you you know what name I should put here.)

TOOLS USED
IESDP https://gibberlings3.github.io/iesdp/index.htm
Expand Down Expand Up @@ -293,10 +300,15 @@ REDISTRIBUTION NOTE: Imoen 4 Ever Mod was created to be freely enjoyed by all Ba

HISTORY

Version 5:
Version 6:
-Added Russian version by Raza, stn & Arcanecoast Team
- Imoen should not die instead of Ophyllis after interjecting into his (last) dialogue
- Imoen should not loop her "arrival in hell" StringHead line. Her script action should not block the rest of the area script.
- Imoen's generic kickout dialogue should not block the original dialogue at the and of SoD.
- typo corrections

Version 5:
-Added SoD content

-Changed mod organization to more optional components
-More dialogues in BGII added (optional).
-Content compatibility with Imoen Friendship mod added.
Expand Down
1 change: 1 addition & 0 deletions imoen_forever/sod_rejoin/bdimoenj_additions.d
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ END
(StrRef: 57554) */
I_C_T BDOPHYLL 40 C#IM_BDOPHYLL_40
== bdimoen IF ~IsValidForPartyDialogue("%IMOEN_DV_SOD%")~ THEN @3
== BDOPHYLL IF ~IsValidForPartyDialogue("%IMOEN_DV_SOD%")~ THEN %6377%
END


Expand Down
3 changes: 2 additions & 1 deletion imoen_forever/sod_rejoin/bdimoenp.d
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ END

/* join-up after leaving the group */
IF WEIGHT #-1
~!InParty(Myself)
~!AreaCheck("bd6200")
!InParty(Myself)
Global("bd_joined","locals",0)
GlobalGT("bd_plot","GLOBAL",54)~ THEN join_again
SAY #%63958% /* ~Heya, how are things going?~ */
Expand Down
2 changes: 1 addition & 1 deletion imoen_forever/sod_rejoin/imoen_bd4400_commenting.baf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ IF
THEN
RESPONSE #100
DisplayStringWait("%IMOEN_DV_SOD%",@5530)
SetGlobal("C#Imoen_bd_avernus_bark","bd4400",0)
SetGlobal("C#Imoen_bd_avernus_bark","bd4400",1)
SmallWait(8)
END
2 changes: 1 addition & 1 deletion imoen_forever/tra/english/game.tra
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ One more troubling thing... Bodhi knew. She knew I am a child of Bhaal.~
@5535 = ~Uhm... I really hope this thing won't break.~

/* imoen_bdbark01_commenting.baf */
@5540 = ~Such a huge dragon skelleton! It's part of the castle now! I don't like it, though. It's... mean!~
@5540 = ~Such a huge dragon skeleton! It's part of the castle now! I don't like it, though. It's... mean!~

/* imoen_bdvaultd.baf */
@5545 = ~I don't like these doors! They look... creepy.~
Expand Down
81 changes: 81 additions & 0 deletions imoen_forever/tra/russian/BDIMOENJ.TRA
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
/* bdimoen_cleanup.d */
@0 = ~��, ��������, ��� ���� �����. ����� ����, ������� ���-�� � ���������� �������� �����, �������� �� ������ ��������.~
@1 = ~<CHARNAME>! ��� ���? �� �� * ��� * ����� � ����, �� ��� ��?~
@2 = ~��, ������� ������ ���� ����? �� ���� �� ����� ����� ������, ������?~
@3 = ~� ���! ������ �������. �� ��� ����� �������� ������! ��, ����� ����, ��� �� ������� ��� ���� ������, �� ... ��� ��� ��������!~

/* bdimoenj_additions.d */
@50 = ~���� ������� ������... ������� ������� �� ���� �� ��� �����. �� ��������� �������, � � ������ �� ���� ��������� �����.~
@51 = ~�, ��. ��, � ���� ���� ����� ������.~
@52 = ~�� ������ �����? ����� ��� ����� �����, ���� � ��������.~
@53 = ~����� - ��� ������� �������. �� �� �������� �� ����.~
@54 = ~� ��� ���� ����������, �� � �� ����� ��� ���������� ��������� ����� �����. ���� � �� ���� �������� �� ���� �������, �� �������� ��� ����. ������������?~
@55 = ~� �������� ���� ������ ������������, ���� �� ������� ���� � �����, ������ ��������. �� ��������� ������ � ����� � ����.~
@56 = ~����� ��������� ���� ����, ��������� �������. ������ ��� ���!~
@57 = ~��� �, �� �����, �� ��� �� ���, ���� ��������� ����� ??����. ������, �����.~
@58 = ~���, �� �� �������� �� ����, ����. �� ����� ������� � �����!~
@59 = ~<CHARNAME>? ������ ... ��� ���?~
@60 = ~������� ������ �������� ��������� * ������ *, �� ������ �� ?!~
@61 = ~<CHARNAME>! ������� ���� ���� �� ����� ����� ������ ���� ���������. ����� � �������, ��� ������ ���� ����� � �����, �, �������, �� ��� ����� � ����!~ [c#ablank]
@62 = ~� ����, ��� ���� �������� �� �� ���������, �� ����������� ��� ��������, ������ ��.~
@63 = ~������, �����. ��� �������� �������� ���.~
@64 = ~������ ���������� ���� ������������ ��� ���� ��������.~
@65 = ~� �� ������� �� ������������ ����, �����. �� ������������� ���������, ��������� ������ � ��� �����.~
@66 = ~���������, ��� ��� ������� ����. ��� ����.~
@67 = ~��� ���, �� �������� � �������� ���.~
@68 = ~��� ����� ���� ���� ������� ���, ����� ����������� �����, �?~
@69 = ~��� �, ���� ����� ������� ���������, ������. ��������� � �� ������� ����, ������, ������ �� * ���� *, ���� ����� ����� ���������. ��� ��� � ���� ��� ��� ���� ���� ��������� ���, ����� �� � ��������� ��� ���������� � ����.~
@70 = ~���, ��� �� ���. ��� ����� ������ ���� �� �����! ������ ����, ������ ������ �� ��������.~
@71 = ~<CHARNAME>! ������� ���� ����� ������ ���� ���������.~ [c#ablank]
@72 = ~��, � ����. �� ��� ����� ���� �������� ���.~
@73 = ~���, ��� �� ��� ��������. ��� ����� ������ ���� �� �����! ��� ������ �� ������������ ������, �������?~
@74 = ~��� �, ���� ����� ������� ���������, ������. ��� ��� � �� ������� ����, ���, ������� ������ �� * ����� *, ���� ����� ���� ���������. ���� �� �������� ����������� � ���� � ��������!~
@75 = ~� �������, �� ��������, � ��������� ��������.~
@76 = ~��� �������� ����, <CHARNAME>. ��� �� ��������, ��� � ���� ������� ������.~
@77 = ~�� ������ �������� ���� ����� ���� ����!~ [c#ablank]
@78 = ~������ ����. � �����, ����� * ����� * ���� ���.~
@79 = ~�� ��� ���� �����, � ��� �����! ��� ������ ���� ����������?~
@80 = ~����� �� ���������� ���� ����, �����. ���, ���� � ����.~
@81 = ~��������� ��� ������� ����� - �� ���� �� ���� � ����.~
@82 = ~� ���� �� ���� ������� � ���� ��������. ��� � ����� ����� �������, ������ ��� �� �������� �� ���.~
@83 = ~� ���� �� ���� ������� � ���� ��������.~
@84 = ~�� ������ ��������! ��� ���.~
@85 = ~�� ����, ��� ��� �� ������.~
@86 = ~������� �� �����? ��, � � ����� ���������.~
@87 = ~����� ������� ���? ��� �� �����.~
@88 = ~� ������, ��� ����� �� ������ ���� ������� ��������, �����.~
@89 = ~��� ������ �� ������ � ����?~
@90 = ~���! �� ���� - ��, � ��� ����. �� � �� ��� ����� � ����.~
@91 = ~� ���� � ����... ���������� ����� ��, ���, �����, ������� ��� �� �����������.~
@92 = ~�� ������� � ��������? � ���� ��� �����?~
@93 = ~����������, �� ����� � ����� ���������. ��� ����� �������� � �������������.~
@94 = ~���? �� ������������� �� ���������? ��� ���-�� ���������. ��������� ������� ��� ������� ���� �����, ��?~
@95 = ~���� ��� ������ �� ��������? ��, �������, ���������, ��� �������.~
@96 = ~��, � ����, ��� �� ������ � ����. ���� ��� ����� ����� � ������ ��������.~
@97 = ~�� � ������ ��� ���� � ����!~
@98 = ~�� ... � ���� � ����, ��� ������� ������ ��������������, ��� ���� ���������?~
@99 = ~�� ���������� �� ���� ����� ���������, �����. ��� ����� �������� � �������������.~
@100 = ~������ ������, ��� � ������ ������ ��������� �� ���� ��������.~
@101 = ~<CHARNAME>! �� ������������� �������� ���� ������ ��������? � ������� �� �� ����� �������� � ������. � ���� � ���� - ���, ����� ���� ���-�� ��� ��������. �� �� ������ �� ��� �� ����! ����������. �������, ����� �� "�������" ������ �������������.~
@102 = ~�� ��� ����� ���-�� ������, ����� � ����� ������� �����. ��! ��! � ���� ���� ����������� ����. � ������ ������ ���, ��� ����� � ������, � ������ ������-������ ������� �������. ��, �� ������ �� ���� ���. �� ��������, ��� � �� ������ ����������� � ������ - � � �� ����. � ���� ������ ������ ���� - * � * ���������� � �����! � ������ ������, ����� ������� ���!~
@103 = ~~
@104 = ~���? ������. � �� ������� �� ������� �����! ���� ��������� ������� ������������� ���� �������� ...~
@105 = ~�� ������� ���� �����, ������ �� �����. � ��������� ����������, ��.~
@106 = ~����, �� * �������� * ������� � ��������!~
@107 = ~�����! �� ����� ����� �������� ��������� �������, � ��� �� �� ���� �������?~
@108 = ~� ���� �� ����� ������� ���. ����� ��� ����� ������ ������� ����� � ���� ������? �� ������� ����, ��� ��������� ��� ��������!~
@109 = ~� ������ ��� ��������.~
@110 = ~���? ������. ��� ���.~
@111 = ~�������! ����� �������� ������� �����������, ����� ����� �� ������ ����������� ��������� � ������.~
@112 = ~<CHARNAME>! �� �������, � �����? � ���� ��� ����! �� ��� �� �������� ������ �������� ��������, �� ��� ��? ��� ������� ����� � ������ ������ ...~
@113 = ~��! ��! � ���� ���� ����������� ����. � ������ ������ ���, ��� ����� � ������, � ������ ������-������ ������� �������. ��, �� ������ �� ���� ���. �� ��������, ��� � ������ ������� �� ������, � ��� ��, ��� � ���� ������. * � * ��� ������� ����, ������� � ���� ������ - �������� ���� �����! � ������ ������, ����� ������� ���!~
@114 = ~�� ���������, ������ ����� ����� ��� ���� ����� ����������?~
@115 = ~���, �� ������� ���� � ����� �������. ��� ����� �� ��������� �������������� ����� ��� ���-�� � ���� ����.~
@116 = ~��� ��� ������?~
@117 = ~�����, ��� ������ ����� �������� ��������� ������������ �������.~
@118 = ~� �� ���� �� ���� ��������.~
@119 = ~��-��.~
@120 = ~������, � �� ������� ������ ����.~
@121 = ~������������� ������� ... �� �����.~
@122 = ~��� ������ ��� ��������. ���������� ... � �������, �� �������, ��������� �� ������. �����, �� �����, ��� ������ ������� � ���� ����, ����� ������ �� ����.~
@123 = ~���. ��� ��������� * ���� �� * ��������, ���� �� �� �� �������� ��� ����.~ ~���. ��� ��������� * ���� �� * ��������, ���� �� �� �� ��������� ��� ����.~
24 changes: 24 additions & 0 deletions imoen_forever/tra/russian/BDIMOENS.TRA
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
@0 = ~<CHARNAME>! <CHARNAME>, �������!~
@1 = ~��� �����! ��� ���� ������ �� ������!~
@2 = ~���� � ����� �������������� � ���?~
@3 = ~�����! ��� ����� ������� ���� ������ � ������� � �����������!~
@4 = ~������ �� ����� ������� ��������� ������� � ����� ������ ����?~
@5 = ~���, ����������������� ��� ������? ������, ���� ������ �� ��� ����� ����������� ����������!~
@6 = ~��� ������ ����������? (�����������) �� � �����?~
@7 = ~�� ������������� ������� �������� � ������� ��������� �������? ����� ���� �������� �� ������ ����!~
@8 = ~��, �������! ������!~
@9 = ~�������� ������� ���������.~
@10 = ~� ���� ��� ���������, <CHARNAME>! � ��� ������ �� ����������, ������?~
@11 = ~���. ����!~
@12 = ~��-�� ����� ������, <CHARNAME>.~
@13 = ~(����������) ��� ������!~
@14 = ~��� ��������������� ���� ����.~
@15 = ~�����, � ������ �������� �����. ���� ��� ����� * ������� * ������ ��������, ������ ��� � ����� ������������� ������� �����!~
@16 = ~� ���� � ���� - ��� ���� ������������� ������������ � ��� �����, �� ������-�� ����� �� ����� �������� ����.~
@17 = ~�������?~
@18 = ~� ��! ��� ����� �������!~
@19 = ~��, ������! � ������� ����� � �������.~
@20 = ~�������, ���, �� ����! � ������ � ����� ���������� ��������, ��� �� � ���� ������������?~
//@21 =
@22 = ~��� ������ �� ���������� ��� ��������, �� � ������ ����� �� ����. � ���� ����� � �����!~
@23 = ~��� �����, ��� � ���� ����� ����������� � �����������.~
38 changes: 38 additions & 0 deletions imoen_forever/tra/russian/C#IMMET.TRA
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
@0 = ~<CHARNAME>! ���� ���������! ���������� � �����. ����� �������� � ���� ������������� � ����� ������ ����.~
@1 = ~�����! ����� ����������! ��� ���� ��� �������� �� ����!~
@2 = ~��� �, ��� ��� ���, ���� ���� �������.~
@3 = ~������ ���?~
@4 = ~��! �������. � �� ������ ��� ���������� ��������� ���-���� ��������� �������� ����� �������, ����� �� ����� ����.~
@5 = ~��� �� �� �� ����, �����.~
@6 = ~� ��. ��� �������!~
@7 = ~���? ��� ��������� ������ ����� ����? � ��, ��� ����� � ��� ���� ������� ������� �����!~
@8 = ~��� �������� ��������� ����� � ������� ��� ����-������� ������, ����� ���� ���������, <CHARNAME>. � ������, ���? ��� ������� ���� �������� ����, ������� �� ��� ���!~
@9 = ~��, � ���� ���� ���� ������, ������ ������!~
@10 = ~� ����� � ������, ��� ���� ���� ��� ��� �����! � �� ����� ������� � ���. ����� ��� �� ������? ��������� ������, ��� ����� ��� ���. ���� �� � ����� ��� - ���� �� � ����� ���, � �� �������� �� ���� � ������ ����� ������ �� ��� �����!~
@11 = ~�� ... �� ���� ������� �� ���� �����-�� ����������. �����, ��� ���� �����-�� �������� ����������. ������, ��� �������. ���������� ��� ������� ����, ��� ��� ������� ...~
@12 = ~���� � ����� � ����� �����?~
@13 = ~�������! ��� ����� �������� ������ ���� �����, �� ��� �� ��� ��� �� �������� ��� ����!~
@14 = ~��, ������������� �����.~
@15 = ~�� �������, ��� ������? ���� �� ����, �������, ���������� ��� ����.~
@16 = ~������, �� ���� �������� ������� ���������.~
@17 = ~�, � ������� ��� ������� ������-�����, <CHARNAME>. � ��� �� �� ������� ���� ����. � ��, ��� ��������� ������ ��� ... ��, ��� �� ������, ��� ������ �� ���� ������ - ���, � �� �����, ��� ��� ���� �� ���������� ��� ����, ��� ��� ��������.~
@18 = ~������, ����� � ������� � ��� �������, � ����. �� �� ��������� ���� ����� ������� �����, ����������!~
@19 = ~� ����. � ��� ����, ��� �� ����� ������! ����� � ������ ���������� ������, ������?~
@20 = ~� ��� ���� ���������!~
//#23458 rephrased
@21 = ~����� 2

�� ������� �� ��������� ���������, ������� ��� �������� ����������, ������ ��� ����, ����� ��������� ������ ����������, ������������ � �������� � ������ ����. ��������, ������� ��� ������� ������� ��� �����... �� ����. ������, ��������, � ���-�� �������� ����, �� ��� ��������� ������� ������ � ���������� ������ ������. �������������, ����� ���������, ���������� ���, ������� �� ���� ��� ����������.
������ ����� ����� �����������, ����� ������ �� ������ ���������� ... � ����� ��������� �������� ���������� � �������� ����� ����������� ���������, ��� ������� ����� � ����������.

� �������, ����� ��������� ������ ����� ����� ���������� � �������� ������. ��� �� �����, �� �������� � ������ ������� � ���� � ����������� ���������� � �������, � ������� ������ �� �����. ��������� ������ ���� ... �� ��������� ��������� �� ����, ��� ������ ���������� ���, ��� �� ������. � ������������ �����, ���� � ���� �����, ����� �������� ������, ���, ��������, �����, ���� ��� �������.

�� ��������� �������� �� ����� ������ ����, �������, �������, ������������ ������� �����, ��� �, � ����������� ����. ��� ���������� ������ �� ����� �� ����������� ���������. � ��� ����� ����� ������ ...~

@22 = ~��� ���� �������, <CHARNAME>? �, ����� ���������� �������������! � �� ������, ����� ������ ������������ �������� ��������� ��� ������� � �� ���������� ����� ��������� �������. ������� �������������, �����! �� ��� ��� ������������ �� ����, �������� <CHARNAME>. ������, � ��� ����� ������ ������� �� ������������ � �����������, ������ ��� ���������� � ����� ������!~
@23 = ~�����! ��� �� ��� �� ���� ������� ������, ��� �� ��� ����� ��������� � ���, ��� ���������, ��� ��� ��� ����������. ���������� � ����� ����� ��������� � ��� �� �����, ��� ��������� ����� ������ �� ���� ��� ������, ��� ... �, ������� �����������! ���� ���� ������, �������.~
@24 = ~����� ��� �������� ������ ������ ����� � ������� � �����������! ��� �� ����� ������ ������ ���� ����������� �� �������, ��! ... � ����� ��? �� ��� ��� ����� ����� � ������� ������� ���� �����������, �� ������ � ����� ������ �����! ������!~
@25 = ~����� ��� �������� ������ ������ ����� � ������� � �����������! ��� �� ����� ������ ������ ���� �����������! ... � ����� ��? �� ��� ��� ����� ����� � ������� ������� ���� �����������, �� ������ � ����� ������ �����! ������!~
@26 = ~��, ��� ����� ��� �������. ������ �������� ��� ������ ���� �����, ��������. ���, � ����� �������, ������ ��� ���� ��������� �� ����� �� ����-��, ��� ��� ����� ��������� ���� ������. ���� ����� ���� ����������, <CHARNAME>. � ���������� ���� ����� �� �����, ��� � �� ���� ... �� ������� ����, � ��� �����, ������� ���� ��� ��� ����, ���� �����-�� ����� ��������� � ������� � ����� �������.~

@27 = ~� ����� ... � �����, �� ����� � ������������ �� ���������� ... �� ������� ����, ����. �� ��� �� ������, ��� �� ������ ����� ������ �������, �� ��� ��?~
Loading

0 comments on commit 5faee31

Please sign in to comment.