Skip to content

Commit

Permalink
Merge pull request #52 from Vect0r2/plant
Browse files Browse the repository at this point in the history
Makes plants grow slower
  • Loading branch information
Constellado authored Dec 14, 2024
2 parents 56dbff8 + e0ca48f commit b741c98
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 200 //About 10 seconds / cycle
#define CYCLE_DELAY_SLOW 500 //About 25 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 b741c98

Please sign in to comment.