Skip to content

Commit

Permalink
Update chem_simulator.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Weuyn authored Jan 17, 2025
1 parent 55027e6 commit 38b3ec6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
status_bar = "CLEARANCE INSUFFICIENT FOR AMPLIFICATION"
return FALSE
if(target_property.level >= target_property.max_level)
status_bar = "MAXIMUM PROPERTY LEVEL REACHED"
status_bar = "MAXIMUM AMPLIFICATION LEVEL REACHED"
return FALSE
else
status_bar = "TARGET NOT SELECTED"
Expand Down

0 comments on commit 38b3ec6

Please sign in to comment.