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