Something about a couple stack trace issues.

This commit is contained in:
Ghommie
2020-02-10 14:51:05 +01:00
parent feadfae8f6
commit c19549c7f9
2 changed files with 3 additions and 2 deletions
@@ -117,7 +117,7 @@
if(!O.reagents)
continue
var/reagent_list = pretty_string_from_reagent_list(O.reagents)
user.log_message("removed [O] ([reagent_list]) from [src]")
user.log_message("removed [O] ([reagent_list]) from [src]", LOG_GAME)
beakers = list()
to_chat(user, "<span class='notice'>You open the [initial(name)] assembly and remove the payload.</span>")
return // First use of the wrench remove beakers, then use the wrench to remove the activation mechanism.