Fixes some colons

This commit is contained in:
Heroman
2019-06-07 06:08:37 +10:00
parent ffcd17d78e
commit 9c672b5ea0
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -561,7 +561,8 @@ var/list/mining_overlay_cache = list()
else
X = new /obj/item/weapon/ore/strangerock(src, inside_item_type = F.find_type)
geologic_data.UpdateNearbyArtifactInfo(src)
X:geologic_data = geologic_data
var/obj/item/weapon/ore/strangerock/SR = X
SR.geologic_data = geologic_data
//some find types delete the /obj/item/weapon/archaeological_find and replace it with something else, this handles when that happens
//yuck