Revert "Singletons + refactor of /datum/observ (#15487)" (#15515)

This commit is contained in:
Matt Atlas
2023-01-05 19:21:22 +01:00
committed by GitHub
parent 34b1bcd055
commit b1869884c1
506 changed files with 7214 additions and 7561 deletions

View File

@@ -165,7 +165,7 @@
if(reagents_length)
to_chat(user, SPAN_NOTICE("[reagents_length] chemical agent[reagents_length > 1 ? "s" : ""] found."))
for(var/_re in A.reagents.reagent_volumes)
var/singleton/reagent/re = GET_SINGLETON(_re)
var/decl/reagent/re = decls_repository.get_decl(_re)
to_chat(user, SPAN_NOTICE(" [re.name]"))
else
to_chat(user, SPAN_NOTICE("No active chemical agents found in [A]."))