Bugfix Collection (#11371)

This commit is contained in:
MarinaGryphon
2021-03-04 21:19:10 +01:00
committed by GitHub
parent 8c3ae999ef
commit 2a0ab65e64
20 changed files with 186 additions and 137 deletions
+1 -1
View File
@@ -114,7 +114,7 @@
dat += "<br>This sample contains: "
for(var/_R in grown_reagents.reagent_volumes)
var/decl/reagent/R = decls_repository.get_decl(_R)
dat += "<br>- [R.name], [REAGENT_VOLUME(grown_reagents, R.type)] unit(s)"
dat += "<br>- [R.name], [REAGENT_VOLUME(grown_reagents, _R)] unit(s)"
dat += "<h2>Other Data</h2>"