diff options
-rw-r--r-- | rules.js | 1 | ||||
-rw-r--r-- | rules.ts | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1888,6 +1888,7 @@ states.spend_hero_points = { }, volunteers() { const faction = get_active_faction(); + log(">M" + data_1.VOLUNTEERS_MEDALLION_ID); pay_hero_points(faction, 1); insert_after_active_node(create_state_node('add_to_front', faction, { src: 'volunteers', @@ -2303,6 +2303,7 @@ states.spend_hero_points = { }, volunteers() { const faction = get_active_faction(); + log(">M" + VOLUNTEERS_MEDALLION_ID) pay_hero_points(faction, 1); insert_after_active_node( create_state_node('add_to_front', faction, { |