mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Xenoarch order (#9326)
This commit is contained in:
@@ -679,7 +679,7 @@ var/list/mining_overlay_cache = list()
|
||||
geologic_data = new /datum/geosample(src) //CHOMPEdit
|
||||
var/obj/item/X
|
||||
if(is_clean)
|
||||
X = new /obj/item/archaeological_find(src, new_item_type = F.find_type)
|
||||
X = new /obj/item/archaeological_find(src, F.find_type) // CHOMPEdit
|
||||
else
|
||||
X = new /obj/item/strangerock(src, inside_item_type = F.find_type)
|
||||
geologic_data.UpdateNearbyArtifactInfo(src)
|
||||
|
||||
Reference in New Issue
Block a user