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

Commit

Permalink
ready
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Jun 26, 2023
1 parent d7c422b commit e84bed3
Show file tree
Hide file tree
Showing 9 changed files with 712 additions and 926 deletions.
1,062 changes: 327 additions & 735 deletions _maps/map_files/Delta/delta.dmm

Large diffs are not rendered by default.

570 changes: 379 additions & 191 deletions _maps/map_files/cyberiad/cyberiad.dmm

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions code/game/objects/structures/window.dm
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@
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 @@ -692,6 +693,7 @@
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 @@ -731,6 +733,7 @@
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 @@ -762,6 +765,7 @@
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: 1 addition & 0 deletions code/game/turfs/simulated/walls.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
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
1 change: 1 addition & 0 deletions code/modules/hydroponics/gene_modder.dm
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
icon_state = "dnamod"
if(seed)
overlays += "dnamod-dna"
overlays += "dnamod-disk"
if(panel_open)
overlays += "dnamod-open"

Expand Down
Binary file modified icons/obj/hydroponics/equipment.dmi
Binary file not shown.
Binary file modified icons/obj/machines/arcade.dmi
Binary file not shown.
Binary file modified icons/obj/objects.dmi
Binary file not shown.
Binary file modified icons/obj/pda.dmi
Binary file not shown.

0 comments on commit e84bed3

Please sign in to comment.