Skip to content

Commit

Permalink
always auto launch
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Feb 24, 2024
1 parent d7b3336 commit eefc60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/emergency_calls/emergency_call.dm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
var/max_heavies = 1
var/max_smartgunners = 1
var/shuttle_id = MOBILE_SHUTTLE_ID_ERT1 //Empty shuttle ID means we're not using shuttles (aka spawn straight into cryo)
var/auto_shuttle_launch = FALSE
var/auto_shuttle_launch = TRUE
var/spawn_max_amount = FALSE

var/ert_message = "An emergency beacon has been activated"
Expand Down

0 comments on commit eefc60c

Please sign in to comment.