From 7acc4c686a191246b08909ddbf4dae0130b4c839 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Sat, 21 Apr 2018 20:35:39 -0400 Subject: [PATCH] almost forgot --- code/modules/research/protolathe.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/research/protolathe.dm b/code/modules/research/protolathe.dm index d09e374792c..c430e660178 100644 --- a/code/modules/research/protolathe.dm +++ b/code/modules/research/protolathe.dm @@ -148,4 +148,5 @@ Note: Must be placed west/left of and R&D console to function. use_power(min(1000, (amount_inserted / 100))) overlays += "protolathe_[stack_name]" sleep(10) - overlays -= "protolathe_[stack_name]" \ No newline at end of file + overlays -= "protolathe_[stack_name]" + SSnanoui.update_uis(src) \ No newline at end of file