Skip to content

Commit

Permalink
Fixes the equipment attach point being on the wrong plane
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicacrov committed Jan 16, 2024
1 parent 5d0a1f0 commit 4cebfe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/dropships/attach_points/attach_point.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
unacidable = TRUE
anchored = TRUE
layer = ABOVE_TURF_LAYER
plane = FLOOR_PLANE
/// The currently installed equipment, if any
var/obj/structure/dropship_equipment/installed_equipment
/// What kind of equipment this base accepts
Expand Down

0 comments on commit 4cebfe5

Please sign in to comment.