Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lewc review
Browse files Browse the repository at this point in the history
DGamerL committed Sep 5, 2024
1 parent 1b721a2 commit c5ef986
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -250,7 +250,8 @@
var/has_enough_reagents = reagents.total_volume >= required_volume

if(!first_time_silent)
visible_message("<span class='notice'>[src] removes all reagents except for [current_reagent_id]. \
audible_message("<span class='notice'>[src]'s speaker beeps: \
All reagents are removed except for [current_reagent_id]. \
The reservoir has [reagents.total_volume] out of [required_volume] units. \
Reagent effects are [has_enough_reagents ? "in effect" : "not active"].</span>")
first_time_silent = FALSE

0 comments on commit c5ef986

Please sign in to comment.