Skip to content

Commit

Permalink
Update chem_simulator.dm
Browse files Browse the repository at this point in the history
does it like this more
  • Loading branch information
Weuyn authored Jan 11, 2025
1 parent 6b03a58 commit b5dc579
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
to_chat(usr, SPAN_WARNING("The [src] makes a suspicious wail."))
return
if("select_reference_property")
update_costs()
if(!reference)
return
for(var/datum/chem_property/reference_prop in reference.data.properties)
Expand All @@ -273,7 +274,6 @@
reference_property = reference_prop
if(!reference_property)
to_chat(usr, SPAN_WARNING("The [src] makes a suspicious wail."))
update_costs()
return
if("simulate")
if(!ready)
Expand Down

0 comments on commit b5dc579

Please sign in to comment.