Skip to content

Commit

Permalink
Marine lockers are more resilient
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Feb 14, 2024
1 parent c9971f6 commit 92490b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions maps/intrepid/structures/closets/exploration.dm
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
req_access = list(access_squad_leader)
closet_appearance = /decl/closet_appearance/secure_closet/intrepid/exploration/squad_leader
storage_capacity = 60
health_min_damage = 40

/obj/structure/closet/secure_closet/squad_leader/WillContain()
return list(
Expand Down Expand Up @@ -88,6 +89,7 @@
req_access = list(access_marine)
closet_appearance = /decl/closet_appearance/secure_closet/intrepid/exploration
storage_capacity = 60
health_min_damage = 40

/obj/structure/closet/secure_closet/marine/WillContain()
return list(
Expand Down Expand Up @@ -124,6 +126,7 @@
req_access = list(access_combat_medic)
closet_appearance = /decl/closet_appearance/secure_closet/intrepid/exploration/medic
storage_capacity = 60
health_min_damage = 40

/obj/structure/closet/secure_closet/combat_medic/WillContain()
return list(
Expand Down Expand Up @@ -167,6 +170,7 @@
req_access = list(access_combat_engineer)
closet_appearance = /decl/closet_appearance/secure_closet/intrepid/exploration/engi
storage_capacity = 60
health_min_damage = 40

/obj/structure/closet/secure_closet/combat_engi/WillContain()
return list(
Expand Down

0 comments on commit 92490b6

Please sign in to comment.