mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00: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
|
||||
|
||||
0
code/modules/mining/mine_turfs_vr.dm
Normal file
0
code/modules/mining/mine_turfs_vr.dm
Normal file
Reference in New Issue
Block a user