Skip to content

Commit

Permalink
Added community storage multiplier to server settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TwidgeVR committed Sep 17, 2020
1 parent 795e491 commit f894e66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prefabulator",
"version": "1.6.4",
"version": "1.6.5",
"productName": "Prefabulator",
"description": "Add, remove and modify prefabs in A Township Tale",
"main": "electron-start.js",
Expand Down
10 changes: 9 additions & 1 deletion views/ServerConfig.pug
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,12 @@ div#ServerConfig.Message(class="container hidden")
input.SetServerConfig.form-control(name="HungerTick" type="text" style="padding-left: 5px; padding-right: 5px;")
span(class="col text-right align-middle")
a.SetServerConfig(name='HungerTick')
i(class="fas fa-save")
i(class="fas fa-save")
div.ServerSetting.ContentRow.ControlsMini(class="row d-flex w-100")
span(class="col-8 text-left align-middle")
b Community storage withdraw multiplier (1)
span(class="col-2 text-center align-middle px-0")
input.SetServerConfig.form-control(name="CommunityStorageMultiplier" type="text" style="padding-left: 5px; padding-right: 5px;")
span(class="col text-right align-middle")
a.SetServerConfig(name='CommunityStorageMultiplier')
i(class="fas fa-save")

0 comments on commit f894e66

Please sign in to comment.