bastion-siege-logic
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -18,3 +18,3 @@ "use strict"; | ||
const content = text_cleanup_1.inputTextCleanup(input); | ||
if (contentFilter.startsAny(content, JOIN_BEGIN_EMOJIS + 'Твоя армия присоединилась к осаде на', JOIN_BEGIN_EMOJIS + 'Your army joined the siege on', JOIN_BEGIN_EMOJIS + 'Your alliance successfully joined the siege of the castle. Your whole army is sent to its walls. All members of your alliance are notified of the siege.')) { | ||
if (contentFilter.startsAny(content, JOIN_BEGIN_EMOJIS + 'Твоя армия присоединилась к осаде на', JOIN_BEGIN_EMOJIS + 'Your army joined the siege on', JOIN_BEGIN_EMOJIS + 'Your alliance successfully joined the siege of the castle. Your whole army is sent to its walls. All members of your alliance are notified of the siege.', JOIN_BEGIN_EMOJIS + 'Твой альянс успешно присоединился к осаде замка. Вся твоя армия отправлена к его стенам. Всем участникам твоего альянса отправлены уведомления о вступлении в осаду.')) { | ||
return { type: 'castleSiegeYouJoined' }; | ||
@@ -21,0 +21,0 @@ } |
@@ -99,3 +99,3 @@ "use strict"; | ||
function getPatrolreport(content) { | ||
if (contentFilter.startsAny(content, '⚔ Завязалась кровавая битва', '⚔ The battle was all night')) { | ||
if (contentFilter.startsAny(content, '⚔ Завязалась кровавая битва', '⚔ The battle was all night', '⚔ The battle was easy and you won. However, the bandits started a fire.')) { | ||
return { type: 'patrolreport' }; | ||
@@ -102,0 +102,0 @@ } |
{ | ||
"name": "bastion-siege-logic", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
109974
1553
0