Skip to content

Commit

Permalink
blyat 2
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraBarax committed Jan 17, 2024
1 parent 936c909 commit 17c9fe1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion baystation12.dme
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@
#include "code\game\objects\structures\rubble.dm"
#include "code\game\objects\structures\safe.dm"
#include "code\game\objects\structures\showcase.dm"
#include "code\game\objects\structures\rapid_pdoor_assembly.dm"
#include "code\game\objects\structures\shutters_assembly.dm"
#include "code\game\objects\structures\signs.dm"
#include "code\game\objects\structures\skele_stand.dm"
#include "code\game\objects\structures\snow.dm"
Expand Down
6 changes: 3 additions & 3 deletions code/game/objects/structures/shutters_assembly.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/obj/structure/pdoor_assembly
name = "shutters assembly"
icon = 'icons/obj/doors/shutter_assembly.dmi'
icon = 'icons/obj/doors/rapid_pdoor_assembly.dmi'
anchored = FALSE
density = TRUE
obj_flags = OBJ_FLAG_ANCHORABLE
Expand Down Expand Up @@ -129,15 +129,15 @@

/obj/structure/pdoor_assembly/blast
name = "blast door assembly"
icon = 'icons/obj/doors/shutter_assembly.dmi'
icon = 'icons/obj/doors/rapid_pdoor_assembly.dmi'
icon_state = "blast_st0"
base_icon = "blast"
material_path = /obj/item/stack/material/plasteel
door_path = /obj/machinery/door/blast/regular

/obj/structure/pdoor_assembly/shutters
name = "shutters assembly"
icon = 'icons/obj/doors/shutter_assembly.dmi'
icon = 'icons/obj/doors/rapid_pdoor_assembly.dmi'
icon_state = "shutter_st0"
base_icon = "shutter"
material_path = /obj/item/stack/material/steel
Expand Down

0 comments on commit 17c9fe1

Please sign in to comment.