Skip to content

Commit

Permalink
Update shutters.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
githubuser4141 authored Nov 23, 2024
1 parent 25ec352 commit 5a1bca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/machinery/doors/shutters.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
icon = 'icons/obj/doors/shutters.dmi'
layer = SHUTTER_LAYER
closingLayer = SHUTTER_LAYER
damage_deflection = 24
damage_deflection = 21
armor_type = /datum/armor/poddoor_shutters
max_integrity = 100
recipe_type = /datum/crafting_recipe/shutters
Expand Down Expand Up @@ -83,7 +83,7 @@
icon_state = "closed"
opacity = FALSE
glass = TRUE
damage_deflection = 21
damage_deflection = 20

/obj/machinery/door/poddoor/shutters/window/preopen
icon_state = "open"
Expand Down

0 comments on commit 5a1bca4

Please sign in to comment.