Skip to content

Commit

Permalink
Update minerals.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Iajret committed Oct 21, 2024
1 parent b3f1e39 commit 966dcf9
Showing 1 changed file with 1 addition 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 @@ -152,7 +152,7 @@
return ORE_WALL_LOW
if(distance < VENT_PROX_FAR)
return ORE_WALL_FAR
return 0
return rand(1,5) // FLUFFY FRONTIER EDIT - mineralAmt FIX. ORIGINAL return 0

/turf/closed/mineral/get_smooth_underlay_icon(mutable_appearance/underlay_appearance, turf/asking_turf, adjacency_dir)
if(turf_type)
Expand Down

0 comments on commit 966dcf9

Please sign in to comment.