Skip to content

Commit

Permalink
these too
Browse files Browse the repository at this point in the history
  • Loading branch information
kiVts committed Jul 10, 2024
1 parent 9184e83 commit e27a43b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/reagents/chemistry_machinery/chem_simulator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
continue
target_property = target_prop
if(!target_property)
to_chat(usr, SPAN_WARNING("The [src] makes a suspcious vail."))
to_chat(usr, SPAN_WARNING("The [src] makes a suspicious wail."))
return
if("select_reference_property")
if(!reference)
Expand All @@ -272,7 +272,7 @@
continue
reference_property = reference_prop
if(!reference_property)
to_chat(usr, SPAN_WARNING("The [src] makes a suspcious vail."))
to_chat(usr, SPAN_WARNING("The [src] makes a suspicious wail."))
return
if("simulate")
if(!ready)
Expand Down

0 comments on commit e27a43b

Please sign in to comment.