Skip to content

Commit

Permalink
[MIRROR] [NO GBP] Fixes the aquarium reagent holder [MDB IGNORE] (#25…
Browse files Browse the repository at this point in the history
…123) (#721)

* [NO GBP] Fixes the aquarium reagent holder (#79733)

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: Ghom <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2023
1 parent 18a9efc commit a956d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/fishing/aquarium/aquarium.dm
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
if(!reagents.total_volume)
RegisterSignal(reagents, COMSIG_REAGENTS_NEW_REAGENT, PROC_REF(start_autofeed))
return PROCESS_KILL
if(world.time + feeding_interval > last_feeding)
if(world.time < last_feeding + feeding_interval)
return
last_feeding = world.time
var/list/fishes = get_fishes()
Expand Down

0 comments on commit a956d33

Please sign in to comment.