Skip to content

Commit

Permalink
adds unique sprites for ice ore scanning and items
Browse files Browse the repository at this point in the history
these are mid and will need to be replaced probably
  • Loading branch information
Thera-Pissed committed Nov 1, 2023
1 parent 12d8d47 commit 5cb991e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion code/game/turfs/closed/minerals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@
opacity = FALSE
light_range = 2
light_power = 1
mineralSpawnChanceList = list(/obj/item/stack/ore/ice = 15)

/turf/closed/mineral/random/snow/underground
baseturfs = /turf/open/floor/plating/asteroid/snow/icemoon
Expand Down
2 changes: 1 addition & 1 deletion code/modules/mining/ores_coins.dm
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ GLOBAL_LIST_INIT(sand_recipes, list(\
icon_state = "Diamond ore"
item_state = "Diamond ore"
singular_name = "ice chunk"
scan_state = "rock_Bananium"
scan_state = "rock_Ice"
mine_experience = 2
grind_results = list(/datum/reagent/consumable/ice = 10)
spreadChance = 10
Expand Down
Binary file modified icons/effects/ore_visuals.dmi
Binary file not shown.
Binary file modified icons/obj/ores.dmi
Binary file not shown.

0 comments on commit 5cb991e

Please sign in to comment.