Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Mar 19, 2024
1 parent 63f1d67 commit aa140d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/shuttle/shuttles/crashable/lifeboats.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
port_direction = EAST

/obj/docking_port/mobile/crashable/lifeboat/evac_launch()
if (status == LIFEBOAT_LOCKED)
return

. = ..()

available = FALSE
Expand Down

0 comments on commit aa140d6

Please sign in to comment.