Skip to content

Commit

Permalink
ship join starts on closed
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Sep 9, 2024
1 parent 7810e23 commit 2e199dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/overmap/ships/controlled_ship_datum.dm
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
var/owner_check_timer_id

/// The ship's join mode. Controls whether players can join freely, have to apply, or can't join at all.
var/join_mode = SHIP_JOIN_MODE_OPEN
var/join_mode = SHIP_JOIN_MODE_CLOSED
/// Lazylist of /datum/ship_applications for this ship. Only used if join_mode == SHIP_JOIN_MODE_APPLY
var/list/datum/ship_application/applications

Expand Down

0 comments on commit 2e199dc

Please sign in to comment.