Skip to content

Commit

Permalink
Adding preview icons missing from some airlocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Oct 31, 2023
1 parent d9aa7b2 commit e7162a2
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions code/game/machinery/doors/airlock_subtypes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
door_color = COLOR_WHITE
stripe_color = COLOR_DEEP_SKY_BLUE

/obj/machinery/door/airlock/medical/open
begins_closed = FALSE
icon_state = "open"

/obj/machinery/door/airlock/virology
door_color = COLOR_WHITE
stripe_color = COLOR_GREEN
Expand Down
4 changes: 2 additions & 2 deletions code/modules/clothing/masks/smokable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@
name = "cigarette butt"
desc = "A manky old cigarette butt."
icon = 'icons/clothing/mask/smokables/cigarette_butt.dmi'
icon_state = "butt"
icon_state = ICON_STATE_WORLD
randpixel = 10
w_class = ITEM_SIZE_TINY
slot_flags = SLOT_EARS
Expand All @@ -465,7 +465,7 @@
/obj/item/trash/cigbutt/cigarbutt
name = "cigar butt"
desc = "A manky old cigar butt."
icon = 'icons/clothing/mask/smokables/cigar.dmi'
icon = 'icons/clothing/mask/smokables/cigar_butt.dmi'

/obj/item/clothing/mask/smokable/cigarette/cigar/attackby(var/obj/item/W, var/mob/user)
..()
Expand Down
Binary file modified icons/obj/doors/Doorglass.dmi
Binary file not shown.
Binary file modified icons/obj/doors/blast_doors/door.dmi
Binary file not shown.
Binary file modified icons/obj/doors/centcomm/door.dmi
Binary file not shown.
Binary file modified icons/obj/doors/elevator/door.dmi
Binary file not shown.
Binary file modified icons/obj/doors/shutters/door.dmi
Binary file not shown.
4 changes: 0 additions & 4 deletions maps/antag_spawn/ert/ert_base.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2477,7 +2477,6 @@
"eY" = (
/obj/structure/table/steel_reinforced,
/obj/machinery/button/blast_door{
icon_state = "doorctrl0";
id_tag = "rescuebridge";
name = "Window Shutters Control";
pixel_y = -4
Expand Down Expand Up @@ -2574,7 +2573,6 @@
/area/map_template/rescue_base/start)
"fl" = (
/obj/machinery/button/blast_door{
icon_state = "doorctrl0";
id_tag = "rescuedock";
name = "Window Shutters Control";
pixel_x = 24;
Expand Down Expand Up @@ -2866,7 +2864,6 @@
/obj/item/tank/jetpack/carbondioxide,
/obj/item/tank/jetpack/carbondioxide,
/obj/machinery/button/blast_door{
icon_state = "doorctrl0";
id_tag = "rescueeva";
name = "Window Shutters Control";
pixel_x = 24;
Expand Down Expand Up @@ -3138,7 +3135,6 @@
},
/obj/structure/iv_drip,
/obj/machinery/button/blast_door{
icon_state = "doorctrl0";
id_tag = "rescueinfirm";
name = "Window Shutters Control";
pixel_x = 24;
Expand Down

0 comments on commit e7162a2

Please sign in to comment.