Bugfix Collection (#11371)

This commit is contained in:
MarinaGryphon
2021-03-04 14:19:10 -06:00
committed by GitHub
parent 8c3ae999ef
commit 2a0ab65e64
20 changed files with 186 additions and 137 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ datum/unit_test/specific_heat/start_test()
for(var/reagent in decls_repository.get_decls_of_subtype(/decl/reagent/))
var/decl/reagent/R = reagent
if(!SSchemistry.has_valid_specific_heat(R))
log_unit_test("[ascii_red][R.type] lacks a proper specific heat value![ascii_reset]")
log_unit_test("[ascii_red][reagent] lacks a proper specific heat value![ascii_reset]")
error_count++
if(error_count)