Commit c205a45 committed Mar 6, 2025 · 1 / 1
1 parent e1281d0 commit c205a45 Copy full SHA for c205a45
File tree 1 file changed +2
-2
lines changed
crates/dmm-tools/src/render_passes
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ impl RenderPass for BandaStationMods {
576
576
"/turf/open/genturf/" ,
577
577
"/turf/closed/mineral/random/snow/" ,
578
578
"/turf/closed/mineral/snowmountain/" ,
579
- "/turf/closed/mineral/random/labormineral/" ,
579
+ "/turf/closed/mineral/random/labormineral/ice/ " ,
580
580
"/turf/open/floor/plating/snowed/icemoon/" ,
581
581
"/turf/open/floor/plating/snowed/smoothed/" ,
582
582
"/turf/open/lava/plasma/" ,
@@ -634,7 +634,7 @@ impl RenderPass for BandaStationMods {
634
634
_objtree : & ' a ObjectTree ,
635
635
_bump : & ' a bumpalo:: Bump ,
636
636
) {
637
- if atom. istype ( "/turf/simulated/floor/grass/" ) && !atom. get_path ( ) . contains ( "no_creep" ) {
637
+ if atom. istype ( "/turf/simulated/floor/grass/" ) || atom . istype ( "/turf/open/misc/grass/" ) && !atom. get_path ( ) . contains ( "no_creep" ) {
638
638
sprite. ofs_x -= 8 ;
639
639
sprite. ofs_y -= 8 ;
640
640
} else if atom. istype ( "/turf/closed/mineral/" ) {
You can’t perform that action at this time.
0 commit comments