From ab0e41840b3f82293a0a279acd6b3a685cc0ee93 Mon Sep 17 00:00:00 2001 From: blackdav123 <106282690+blackdav123@users.noreply.github.com> Date: Mon, 8 Jul 2024 20:18:45 -0500 Subject: [PATCH] Tadpole windows can be slashed (#16276) --- code/modules/shuttle/marine_dropship.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/shuttle/marine_dropship.dm b/code/modules/shuttle/marine_dropship.dm index a29f0b253c189..568e170a3dcd7 100644 --- a/code/modules/shuttle/marine_dropship.dm +++ b/code/modules/shuttle/marine_dropship.dm @@ -996,7 +996,7 @@ /obj/structure/dropship_piece/glassone/tadpole icon_state = "shuttle_glass1" - resistance_flags = NONE + resistance_flags = XENO_DAMAGEABLE | DROPSHIP_IMMUNE opacity = FALSE allow_pass_flags = PASS_GLASS @@ -1007,7 +1007,7 @@ /obj/structure/dropship_piece/glasstwo/tadpole icon = 'icons/turf/dropship2.dmi' icon_state = "shuttle_glass2" - resistance_flags = NONE + resistance_flags = XENO_DAMAGEABLE | DROPSHIP_IMMUNE opacity = FALSE allow_pass_flags = PASS_GLASS @@ -1015,7 +1015,7 @@ icon = 'icons/turf/dropship2.dmi' icon_state = "shuttle_single_window" allow_pass_flags = PASS_GLASS - resistance_flags = NONE + resistance_flags = XENO_DAMAGEABLE | DROPSHIP_IMMUNE opacity = FALSE /obj/structure/dropship_piece/tadpole/cockpit