[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
+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