Skip to content

Commit

Permalink
that got merged huh
Browse files Browse the repository at this point in the history
  • Loading branch information
BeagleGaming1 committed Jul 3, 2023
1 parent 47aa36c commit ec9295f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/shuttle/shuttles/escape_shuttle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
ignitionTime = 8 SECONDS
ignition_sound = 'sound/effects/escape_pod_warmup.ogg'
/// The % chance of the escape pod crashing into the groundmap
var/crash_land_chance = 50
var/crash_land_chance = 33

var/datum/door_controller/single/door_handler = new()
var/launched = FALSE
Expand Down

0 comments on commit ec9295f

Please sign in to comment.