Skip to content

Commit

Permalink
Changes pod crash land probability to 33% from 50%. (#3684)
Browse files Browse the repository at this point in the history
# About the pull request

Changes pod crash land probability to 33% from 50%.

# Explain why it's good for the game

Morrow please hear me out: with crash land probability at 50%, it makes
crash-landings normal rather than something cool and special. This
lowers it slightly to 33%. I know your changes are part of a larger set
of changes but just for now it would be nice if the value was tweaked. I
am open to another number somewhere below 50%.

That's my OOC reasoning. IC reasoning: "The USCM engineers finally have
refined their pod-building process, making it slightly more likely that
pods function as intended rather than crashing a whopping 50% of the
time."

# Changelog
:cl:
balance: pods crash land 33% of the time rather than 50%
/:cl:
  • Loading branch information
zzzmike committed Jul 3, 2023
1 parent 75381c2 commit f3fdb28
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
@@ -1,4 +1,4 @@
#define CRASH_LAND_PROBABILITY 50
#define CRASH_LAND_PROBABILITY 33

/obj/docking_port/mobile/escape_shuttle
name = "Escape Pod"
Expand Down

0 comments on commit f3fdb28

Please sign in to comment.