cleanup detail

This commit is contained in:
Ghom
2020-02-23 13:32:46 +01:00
committed by GitHub
parent 0d67e81ad5
commit 485241a361

View File

@@ -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)