mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
Bugfix Collection (#11371)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user