From 7fa1e21146bf1a68fa0a6522cd2f237f1da10624 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Wed, 5 Aug 2020 03:53:44 -0400 Subject: [PATCH] revert unintended change --- src/Mods/SecExp/edicts.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mods/SecExp/edicts.tw b/src/Mods/SecExp/edicts.tw index 131836e5e3c..4e9e6e8a3e2 100644 --- a/src/Mods/SecExp/edicts.tw +++ b/src/Mods/SecExp/edicts.tw @@ -206,7 +206,7 @@ <</if>> <<if $edicts.defense.FS.mamluks == 1>> - <br>''@@.lime;Mamluks traditions:@@'' you are funding specialized training for your slaves following the Arabian tradition of mamluk slave soldiers. + <br>''@@.lime;Mamluks traditions:@@'' you are funding specialized training for your slaves following the Arabian tradition of mamluks slave soldiers. [[Repeal|edicts][$edicts.defense.FS.mamluks = 0]] <</if>> @@ -699,7 +699,7 @@ <<if $arcologies[0].FSArabianRevivalist >= 40>> <<if $edicts.defense.FS.mamluks == 0>> - <br>''@@.lime;Mamluks traditions:@@'' Fund specialized training for your slaves to turn them into the mamluk slave soldiers of Arabian tradition. + <br>''@@.lime;Mamluks traditions:@@'' Fund specialized training for your slaves to turn them into the mamluks slave soldiers of Arabian tradition. <<if $SecExp.core.authority >= 1000>> [[Implement|edicts][$edicts.defense.FS.mamluks = 1, cashX(-5000, "edicts"), $SecExp.core.authority -= 1000]] <<else>> -- GitLab