Skip to content

Commit

Permalink
Update botany.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Vect0r2 authored Nov 26, 2024
1 parent 840dba2 commit e0ca48f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/__DEFINES/botany.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#define YIELD_WEED_MINIMUM 3
#define YIELD_WEED_MAXIMUM 10
#define STATIC_NUTRIENT_CAPACITY 10
#define CYCLE_DELAY_DEFAULT 250 //About 25 seconds / cycle
#define CYCLE_DELAY_SLOW 620 //About 62 seconds / cycle
#define CYCLE_DELAY_DEFAULT 300 //About 30 seconds / cycle
#define CYCLE_DELAY_SLOW 600 //About 60 seconds / cycle

//Both available scanning modes for the plant analyzer.
#define PLANT_SCANMODE_STATS 0
Expand Down

0 comments on commit e0ca48f

Please sign in to comment.