mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
More PoIs
This commit is contained in:
@@ -606,7 +606,7 @@ var/list/mining_overlay_cache = list()
|
||||
new /obj/item/stack/material/uranium(src, rand(5,25))
|
||||
|
||||
/turf/simulated/mineral/proc/make_ore(var/rare_ore)
|
||||
if(mineral || ignore_mapgen) //VOREStation Edit - Makes sense, doesn't it?
|
||||
if(mineral || ignore_mapgen || ignore_oregen) //VOREStation Edit - Makes sense, doesn't it?
|
||||
return
|
||||
|
||||
var/mineral_name
|
||||
|
||||
Reference in New Issue
Block a user