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)