Skip to content

Commit

Permalink
imageadd: New lavaland eee-rock (ss220-space#5250)
Browse files Browse the repository at this point in the history
* lavaland rock

* Update mining.dmi
  • Loading branch information
FanTik-Ratge authored Jun 22, 2024
1 parent dc610aa commit f781972
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/turfs/simulated/minerals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
if(!canSmoothWith)
canSmoothWith = list(/turf/simulated/mineral)
var/matrix/M = new
M.Translate(-4, -4)
//M.Translate(-4, -4)
transform = M
icon = smooth_icon
. = ..()
Expand Down Expand Up @@ -126,7 +126,7 @@
var/amount = hardness
var/mutable_appearance/cracks = mutable_appearance('icons/turf/mining.dmi',"rock_cracks_[amount]",ON_EDGED_TURF_LAYER)
var/matrix/M = new
M.Translate(4,4)
//M.Translate(4,4)
cracks.transform = M
. += cracks

Expand Down
Binary file modified icons/obj/mining.dmi
Binary file not shown.
Binary file modified icons/turf/mining.dmi
Binary file not shown.
Binary file modified icons/turf/smoothrocks.dmi
Binary file not shown.
Binary file modified icons/turf/smoothrocks_hard.dmi
Binary file not shown.
Binary file modified icons/turf/smoothrocks_volcanic.dmi
Binary file not shown.

0 comments on commit f781972

Please sign in to comment.