mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #10224 from VOREStation/upstream-merge-8044
[MIRROR] Makes mineral turf oretype list static
This commit is contained in:
committed by
Chompstation Bot
parent
f516265384
commit
79c8825c8e
@@ -49,7 +49,7 @@ var/list/mining_overlay_cache = list()
|
||||
var/datum/artifact_find/artifact_find
|
||||
var/ignore_mapgen
|
||||
|
||||
var/ore_types = list(
|
||||
var/static/list/ore_types = list(
|
||||
"hematite" = /obj/item/weapon/ore/iron,
|
||||
"uranium" = /obj/item/weapon/ore/uranium,
|
||||
"gold" = /obj/item/weapon/ore/gold,
|
||||
|
||||
Reference in New Issue
Block a user