mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Fixes an issue with plants.
This commit is contained in:
@@ -260,7 +260,6 @@
|
||||
seed.harvest(user,yield_mod)
|
||||
else
|
||||
seed.harvest(get_turf(src),yield_mod)
|
||||
|
||||
// Reset values.
|
||||
harvest = 0
|
||||
lastproduce = age
|
||||
@@ -292,6 +291,7 @@
|
||||
mutation_mod = 0
|
||||
|
||||
user << "You remove the dead plant."
|
||||
lastproduce = 0
|
||||
check_health()
|
||||
return
|
||||
|
||||
@@ -461,6 +461,7 @@
|
||||
return
|
||||
|
||||
user << "You plant the [S.seed.seed_name] [S.seed.seed_noun]."
|
||||
lastproduce = 0
|
||||
seed = S.seed //Grab the seed datum.
|
||||
dead = 0
|
||||
age = 1
|
||||
|
||||
Reference in New Issue
Block a user