Skip to content

Commit

Permalink
remove the ability to do multiple sample with
Browse files Browse the repository at this point in the history
a plant and remove randomness of the damage
done to plant .
  • Loading branch information
Julien committed Aug 15, 2023
1 parent d1ce9d3 commit 02271c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions code/modules/hydroponics/hydro_tray.dm
Original file line number Diff line number Diff line change
Expand Up @@ -532,10 +532,8 @@

// Create a sample.
seed.harvest(user,yield_mod,1)
plant_health -= (rand(3,5)*10)

if(prob(30))
sampled = 1
plant_health -= 30
sampled = 1

// Bookkeeping.
check_level_sanity()
Expand Down

0 comments on commit 02271c4

Please sign in to comment.