diff options
Diffstat (limited to 'advtrains/settingtypes.txt')
-rw-r--r-- | advtrains/settingtypes.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/advtrains/settingtypes.txt b/advtrains/settingtypes.txt index 49df423..26c6d5a 100644 --- a/advtrains/settingtypes.txt +++ b/advtrains/settingtypes.txt @@ -32,4 +32,10 @@ advtrains_prot_range_up (Track protection range [up]) int 3 0 10 # Track protection range (down) # Players without the 'track_builder' privilege can not build within a box around any tracks determined by these range settings # This setting determines the lower y bound of the box, a value of 1 means that the rail and 1 node below it are protected -advtrains_prot_range_down (Track protection range [down]) int 1 0 10
\ No newline at end of file +advtrains_prot_range_down (Track protection range [down]) int 1 0 10 + +# Determine what effect "being overrun by a train" has. +# none: No damage is dealt at all. +# drop: Player is killed, all items are dropped as items on the tracks. +# normal: Player is killed, game-defined behavior is applied as if the player died by other means. +advtrains_overrun_mode (Overrun mode) enum drop none,drop,normal
\ No newline at end of file |