mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user