mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 21:17:44 +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:
@@ -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,
|
||||
|
||||
@@ -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