Skip to content

Commit

Permalink
wire cutter bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeKuwait committed Aug 23, 2023
1 parent aca42a6 commit 3587f49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/hydroponics/hydro_tray.dm
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@
return

// Advance plant age.
if(prob(30)) age += 1 * HYDRO_SPEED_MULTIPLIER
if(!sampled)
if(prob(30)) age += 1 * HYDRO_SPEED_MULTIPLIER

//Highly mutable plants have a chance of mutating every tick.
if(seed.immutable == -1)
Expand Down

0 comments on commit 3587f49

Please sign in to comment.