Skip to content

Commit

Permalink
Merge pull request #22 from saibantes/fix-gym+hospital-energy
Browse files Browse the repository at this point in the history
Fix gym+hospital energy
  • Loading branch information
cech12 authored Aug 25, 2024
2 parents 70c78f8 + f85916e commit baa1dc9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Data/Scripts/classes/sparetime/change_fitnessstudio.tcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$start
$replace
set_energyconsumption this 2
$with
set_energyconsumption this 0
$end
6 changes: 6 additions & 0 deletions Data/Scripts/classes/work/change_krankenhaus.tcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$start
$replace
set_energyconsumption this 2
$with
set_energyconsumption this 0
$end

0 comments on commit baa1dc9

Please sign in to comment.