Skip to content

Commit

Permalink
Tadpole windows can be slashed (#16276)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackdav123 committed Jul 9, 2024
1 parent f8cc8e4 commit ab0e418
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/shuttle/marine_dropship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -1007,15 +1007,15 @@
/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

/obj/structure/dropship_piece/singlewindow/tadpole
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
Expand Down

0 comments on commit ab0e418

Please sign in to comment.