Skip to content

Commit

Permalink
fix(decals): correct sprite path and fix borders sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
i1yadobr authored Sep 16, 2024
1 parent d507536 commit e293953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/turfs/flooring/flooring_decals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,8 @@ var/list/floor_decals = list()

/obj/effect/floor_decal/sandfloordec
name = "sandfloor"
icon = 'icons/turf/floors.dmi'
icon_state = "asteroidfloor"
icon = 'icons/turf/flooring/decals.dmi'
icon_state = "sandfloordec"
alpha = 209

/obj/effect/floor_decal/junglepath
Expand Down
Binary file modified icons/turf/flooring/decals.dmi
Binary file not shown.

0 comments on commit e293953

Please sign in to comment.