Adds Descriptive Names to Sandy Turf Decals (#66110)

It's kinda annoying that they're both called "plating" even though one is the decal and one is the base turf. Let's fix that by adding names.
This commit is contained in:
san7890
2022-04-15 15:33:51 -05:00
committed by GitHub
parent 2aa1ac9714
commit 5dcb973956
@@ -1,5 +1,7 @@
/obj/effect/turf_decal/sand
name = "sandy floor"
icon_state = "sandyfloor"
/obj/effect/turf_decal/sand/plating
name = "sandy plating"
icon_state = "sandyplating"