Skip to content

Commit

Permalink
Edits sauna.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
thgvr committed Nov 10, 2023
1 parent d75b6fe commit a8f80e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/structures/sauna.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define SAUNA_H2O_TEMP T20C + 80
#define SAUNA_H2O_TEMP T20C + 80
#define SAUNA_LOG_FUEL 150
#define SAUNA_MAXIMUM_FUEL 3000
#define SAUNA_WATER_PER_WATER_UNIT 3
Expand Down Expand Up @@ -28,7 +28,7 @@

if(method != TOUCH) // Only splashing/pouring
return

for(var/reagent in reagents)
if(istype(reagent, /datum/reagent/water))
water_amount += reagents[reagent] * SAUNA_WATER_PER_WATER_UNIT
Expand Down

0 comments on commit a8f80e9

Please sign in to comment.