Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Hawk_v3
2019-06-11 02:34:25 +01:00
40 changed files with 5484 additions and 5103 deletions
+2 -1
View File
@@ -569,7 +569,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