Skip to content

Commit

Permalink
Фикс мерджа плазмастекла (BlueMoon-Labs#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kush1Push1 authored Nov 14, 2023
1 parent cce70bc commit a3b86e1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions code/game/objects/structures/window.dm
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,23 @@ GLOBAL_LIST_EMPTY(electrochromatic_window_lookup)
fulltile = TRUE
flags_1 = PREVENT_CLICK_UNDER_1
smooth = SMOOTH_TRUE
// BLUEMOON ADD - фикс соединения со стенами
canSmoothWith = list(
/turf/closed/wall,
/turf/closed/wall/r_wall,
/obj/structure/falsewall,
/obj/structure/falsewall/brass,
/obj/structure/falsewall/reinforced,
/turf/closed/wall/rust,
/turf/closed/wall/r_wall/rust,
/turf/closed/wall/clockwork,
/obj/structure/window/fulltile,
/obj/structure/window/reinforced/fulltile,
/obj/structure/window/reinforced/tinted/fulltile,
/obj/structure/window/plasma/fulltile,
/obj/structure/window/plasma/reinforced/fulltile
)
// BLUEMOON ADD END
glass_amount = 2

/obj/structure/window/plasma/reinforced/fulltile/unanchored
Expand Down

0 comments on commit a3b86e1

Please sign in to comment.