Skip to content

Commit

Permalink
adds instructions to description
Browse files Browse the repository at this point in the history
  • Loading branch information
KoboldCommando committed Sep 25, 2023
1 parent 9ff3650 commit 75913d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/hydroponics/hydroitemdefines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
returned_message += "\nPest level: [span_notice("[scanned_tray.pestlevel] / [MAX_TRAY_PESTS]")]"
returned_message += "\nToxicity level: [span_notice("[scanned_tray.toxic] / [MAX_TRAY_TOXINS]")]"
returned_message += "\nWater level: [span_notice("[scanned_tray.waterlevel] / [scanned_tray.maxwater]")]"
returned_message += "\nNutrition level: [span_notice("[round(scanned_tray.reagents.total_volume)] / [scanned_tray.maxnutri]")]"
returned_message += "\nNutrition level: [span_notice("[round(scanned_tray.reagents.total_volume)] / [scanned_tray.maxnutri]")] Right-click to empty."
if(scanned_tray.yieldmod != 1)
returned_message += "\nYield modifier on harvest: [span_notice("[scanned_tray.yieldmod]x")]"

Expand Down
2 changes: 1 addition & 1 deletion code/modules/hydroponics/hydroponics.dm
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@
. += span_info("It's empty.")

. += span_info("Water: [waterlevel]/[maxwater].")
. += span_info("Nutrient: [round(reagents.total_volume)]/[maxnutri].")
. += span_info("Nutrient: [round(reagents.total_volume)]/[maxnutri]. Right-click to empty.")
if(self_sustaining)
. += span_info("The tray's self-sustenance is active, protecting it from species mutations, weeds, and pests.")
if(self_growing)
Expand Down

0 comments on commit 75913d1

Please sign in to comment.