[MIRROR] Fixes Holodeck Carpets + the Lounge Carpet Area (#1251)

* Fixes holocarpet smoothing + fixes holodeck lounge carpet area (#54295)

* Fixes Holodeck Carpets + the Lounge Carpet Area

Co-authored-by: Kylerace <kylerlumpkin1@gmail.com>
This commit is contained in:
SkyratBot
2020-10-12 00:06:49 +02:00
committed by GitHub
parent 2ef072cf3a
commit af10aaa419
2 changed files with 6 additions and 10 deletions
+2 -8
View File
@@ -263,10 +263,7 @@
icon_state = "plant-05";
pixel_y = 10
},
/turf/open/floor/holofloor{
dir = 9;
icon_state = "wood"
},
/turf/open/floor/holofloor/carpet,
/area/holodeck/rec_center/lounge)
"aW" = (
/obj/effect/turf_decal/tile/green{
@@ -17526,10 +17523,7 @@
"NV" = (
/obj/structure/table/wood,
/obj/item/instrument/saxophone,
/turf/open/floor/holofloor{
dir = 9;
icon_state = "wood"
},
/turf/open/floor/holofloor/carpet,
/area/holodeck/rec_center/lounge)
"NZ" = (
/turf/open/floor/holofloor/dark,
+4 -2
View File
@@ -107,10 +107,12 @@
name = "carpet"
desc = "Electrically inviting."
icon = 'icons/turf/floors/carpet.dmi'
icon_state = "carpet"
icon_state = "carpet-255"
base_icon_state = "carpet"
floor_tile = /obj/item/stack/tile/carpet
smoothing_flags = SMOOTH_BITMASK
canSmoothWith = null
smoothing_groups = list(SMOOTH_GROUP_TURF_OPEN, SMOOTH_GROUP_CARPET)
canSmoothWith = list(SMOOTH_GROUP_CARPET)
bullet_bounce_sound = null
tiled_dirt = FALSE