From da9bfff60c3a790ad815b0795b9e4576c5148bd9 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sun, 1 Mar 2020 15:09:19 -0800 Subject: [PATCH] Initialize some rep accounting categories correctly --- src/uncategorized/costsWidgets.tw | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uncategorized/costsWidgets.tw b/src/uncategorized/costsWidgets.tw index 5e3f4781cbe..5aeede15d96 100644 --- a/src/uncategorized/costsWidgets.tw +++ b/src/uncategorized/costsWidgets.tw @@ -292,6 +292,7 @@ food: 0, /*Forces */ peacekeepers: 0, specialForces: 0, +securityExpansion: 0, /*Personal Finance*/ personalBusiness: 0, @@ -300,6 +301,7 @@ PCactions: 0, /* actions involving your body: becoming pregnant, etc. */ PCRelationships: 0, SlaveRelationships: 0, event: 0, /*poker night etc. Try to file things elsewhere if you can.*/ +war: 0, /*special*/ multiplier: 0, -- GitLab