From 485241a361e499fd7ff7bbd955f5cd4d52b16b2e Mon Sep 17 00:00:00 2001 From: Ghom <42542238+Ghommie@users.noreply.github.com> Date: Sun, 23 Feb 2020 13:32:46 +0100 Subject: [PATCH] cleanup detail --- code/__HELPERS/global_lists.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/__HELPERS/global_lists.dm b/code/__HELPERS/global_lists.dm index da0032a839..8c73d32583 100644 --- a/code/__HELPERS/global_lists.dm +++ b/code/__HELPERS/global_lists.dm @@ -118,3 +118,4 @@ var/obj/item/coin/C = new path UNTIL(C.flags_1 & INITIALIZED_1) //we want to make sure the value is calculated and not null. GLOB.coin_values[path] = C.value + qdel(C)