Skip to content

Commit

Permalink
[MIRROR] Add corner filled striped decals (#1549) (#2497)
Browse files Browse the repository at this point in the history
* Add corner filled striped decals (#82116)

## About The Pull Request

Adds a corner version of the filled/warning decal.


![image](https://github.com/tgstation/tgstation/assets/102194057/24a57e6e-53b8-4a72-8ef3-b9c76205ef69)
## Why It's Good For The Game

The filled/warning decal is pretty and I wished it were easier to use in
more places but without a corner sprite corners can look weird with it
## Changelog
:cl:
add: Added corner filled warning decals
/:cl:

* Add corner filled striped decals

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: Sable <[email protected]>
  • Loading branch information
3 people authored Mar 24, 2024
1 parent 9aba8d1 commit ae65f5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/objects/effects/decals/turfdecal/tilecoloring.dm
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ TILE_DECAL_SUBTYPE_HELPER(/obj/effect/turf_decal/tile/holiday/random)
##path/filled/warning {\
icon_state = "trimline_warn_fill";\
}\
##path/filled/warning/corner {\
icon_state = "trimline_corner_warn_fill";\
}\
##path/filled/mid_joiner {\
icon_state = "trimline_mid_fill";\
}\
Expand Down
Binary file modified icons/turf/decals.dmi
Binary file not shown.

0 comments on commit ae65f5b

Please sign in to comment.