Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Jun 26, 2023
1 parent e84bed3 commit 7efb349
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions code/game/objects/structures/window.dm
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,6 @@
smooth = SMOOTH_TRUE
cancolor = TRUE
canSmoothWith = list(
/obj/machinery/door/airlock,
/obj/structure/window/full/basic,
/obj/structure/window/full/reinforced,
/obj/structure/window/full/reinforced/tinted,
Expand Down Expand Up @@ -693,7 +692,6 @@
max_integrity = 300
smooth = SMOOTH_TRUE
canSmoothWith = list(
/obj/machinery/door/airlock,
/obj/structure/window/full/basic,
/obj/structure/window/full/reinforced,
/obj/structure/window/full/reinforced/tinted,
Expand Down Expand Up @@ -733,7 +731,6 @@
glass_type = /obj/item/stack/sheet/plasmarglass
smooth = SMOOTH_TRUE
canSmoothWith = list(
/obj/machinery/door/airlock,
/obj/structure/window/full/basic,
/obj/structure/window/full/reinforced,
/obj/structure/window/full/reinforced/tinted,
Expand Down Expand Up @@ -765,7 +762,6 @@
icon_state = "r_window"
smooth = SMOOTH_TRUE
canSmoothWith = list(
/obj/machinery/door/airlock,
/obj/structure/window/full/basic,
/obj/structure/window/full/reinforced,
/obj/structure/window/full/reinforced/tinted,
Expand Down
1 change: 0 additions & 1 deletion code/game/turfs/simulated/walls.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
var/girder_type = /obj/structure/girder

canSmoothWith = list(
/obj/machinery/door/airlock,
/obj/structure/window/full/basic,
/obj/structure/window/full/reinforced,
/obj/structure/window/full/reinforced/tinted,
Expand Down

0 comments on commit 7efb349

Please sign in to comment.