Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified icons/effects/ore_visuals.dmi
Binary file not shown.
2 changes: 1 addition & 1 deletion yogstation/code/game/turfs/simulated/minerals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
mineralAmt = 2
spreadChance = 0
spread = 0
scan_state = "rock_BScrystal" // You thought you were mining Bluespace Crystals but it was ME, DIO!
scan_state = "rock_Dilithium"

/turf/closed/mineral/dilithium/volcanic // The OOP around this shit is dumb as all hell by the way. Every single mineral type has to copy-paste this shit.
environment_type = "basalt"
Expand Down