diff --git a/src/SecExp/proclamations.tw b/src/SecExp/proclamations.tw index c4bd9ba2199df0351169053fc0c9a92d4da9c455..491172fbd437144092782825abf17ace315e0d29 100644 --- a/src/SecExp/proclamations.tw +++ b/src/SecExp/proclamations.tw @@ -5,20 +5,32 @@ You can dedicate the week to issue a proclamation, a powerful tool that will have an immediate noticeable effect on the arcology. You will use <<print $proclamationCurrency>> to enact it<<if $proclamationType != "none">> and will be about $proclamationType.<<else>>.<</if>> <br> -<<link "Use authority">> - <<set $proclamationCurrency = "authority">> - <<goto "proclamations">> -<</link>> +<<if $authority >= 2000>> + <<link "Use authority">> + <<set $proclamationCurrency = "authority">> + <<goto "proclamations">> + <</link>> +<<else>> + //Requires at least 2000 authority// +<</if>> | -<<link "Use reputation">> - <<set $proclamationCurrency = "reputation">> - <<goto "proclamations">> -<</link>> +<<if $rep >= 4000>> + <<link "Use reputation">> + <<set $proclamationCurrency = "reputation">> + <<goto "proclamations">> + <</link>> +<<else>> + //Requires at least 4000 reputation// +<</if>> | -<<link "Use cash">> - <<set $proclamationCurrency = "cash">> - <<goto "proclamations">> -<</link>> +<<if $cash >= 8000>> + <<link "Use cash">> + <<set $proclamationCurrency = "cash">> + <<goto "proclamations">> + <</link>> +<<else>> + //Requires at least ¤8000 in cash// +<</if>> <br> <br> <<link "Issue a proclamation about security">>