Skip to content

Commit

Permalink
makes ice ore show up again (only on ice planets, duh)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thera-Pissed committed May 14, 2024
1 parent 262ce51 commit f445352
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/turfs/closed/minerals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
opacity = FALSE
light_range = 2
light_power = 1

mineralType = /obj/item/stack/ore/ice

/turf/closed/mineral/random/snow/underground
baseturfs = /turf/open/floor/plating/asteroid/snow/icemoon
Expand Down
3 changes: 3 additions & 0 deletions code/modules/mining/ore_veins.dm
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ GLOBAL_LIST_EMPTY(ore_veins)
/obj/item/stack/ore/titanium = 2,
/obj/item/stack/ore/gold = 1,
/obj/item/stack/ore/diamond = 1,
/obj/item/stack/ore/ice = 7,
)

/obj/structure/vein/ice/classtwo
Expand All @@ -190,6 +191,7 @@ GLOBAL_LIST_EMPTY(ore_veins)
/obj/item/stack/ore/diamond = 2,
/obj/item/stack/ore/gold = 3,
/obj/item/stack/ore/bluespace_crystal = 1,
/obj/item/stack/ore/ice = 8,
)
max_mobs = 6
spawn_time = 100
Expand All @@ -206,6 +208,7 @@ GLOBAL_LIST_EMPTY(ore_veins)
/obj/item/stack/ore/diamond = 4,
/obj/item/stack/ore/gold = 6,
/obj/item/stack/ore/bluespace_crystal = 4,
/obj/item/stack/ore/ice = 8,
)
max_mobs = 6
spawn_time = 80

0 comments on commit f445352

Please sign in to comment.