Skip to content

Commit

Permalink
tozero
Browse files Browse the repository at this point in the history
  • Loading branch information
Nivaturimika committed Feb 19, 2024
1 parent bc9e816 commit 432c16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsing/effect_parsing.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3400,7 +3400,7 @@ struct effect_body {
auto which_ = context.outer_context.get_national_variable(std::string(value));
context.compiled_effect.push_back(effect::set_variable);
context.compiled_effect.push_back(trigger::payload(which_).value);
context.add_float_to_payload(-1.f);
context.add_float_to_payload(0.f);
}
void ideology(ef_ideology const& value, error_handler& err, int32_t line, effect_building_context& context) {
if(context.main_slot != trigger::slot_contents::pop) {
Expand Down

0 comments on commit 432c16d

Please sign in to comment.