Skip to content

Commit

Permalink
map changes
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 12, 2023
1 parent 40a9f1e commit 32f456f
Show file tree
Hide file tree
Showing 5 changed files with 108,896 additions and 120,553 deletions.
7 changes: 5 additions & 2 deletions code/game/machinery/doors/poddoor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -279,22 +279,26 @@
/obj/structure/machinery/door/poddoor/almayer
icon = 'icons/obj/structures/doors/blastdoors_shutters.dmi'
openspeed = 4 //shorter open animation.
var/vehicle_resistant = FALSE
var/vehicle_resistant = TRUE
tiles_with = list(
/obj/structure/window/framed/almayer,
/obj/structure/machinery/door/airlock,
)

/obj/structure/machinery/door/poddoor/almayer/open
density = FALSE

/obj/structure/machinery/door/poddoor/almayer/blended
icon_state = "almayer_pdoor1"
base_icon_state = "almayer_pdoor"

/obj/structure/machinery/door/poddoor/almayer/blended/open
density = FALSE

/obj/structure/machinery/door/poddoor/almayer/blended/white
icon_state = "w_almayer_pdoor1"
base_icon_state = "w_almayer_pdoor"

/obj/structure/machinery/door/poddoor/almayer/blended/white/open
density = FALSE

Expand All @@ -318,4 +322,3 @@
/obj/structure/machinery/door/poddoor/almayer/planet_side_blastdoor
density = TRUE
opacity = TRUE
vehicle_resistant = TRUE
Loading

0 comments on commit 32f456f

Please sign in to comment.