Skip to content

Commit

Permalink
Moved most metro-as-tram units to own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Jul 27, 2024
1 parent c9bb746 commit 253698b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ item (FEAT_ROADVEHS, item_TRAM_BR555, 642) {
default: switch_TRAM_BR555_spriteset;
purchase: spriteset_BR555_purchase;
colour_mapping: return PALETTE_CC_FIRST;
sound_effect: sw_TRAM_electric_sound;
cargo_capacity: return(600 * param_pax / 5);
cost_factor: return(GetAdjustedCostTRAM(40));
running_cost_factor: return(GetAdjustedCostTRAM(35));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ item (FEAT_ROADVEHS, item_TRAM_BR777, 643) {
default: switch_TRAM_BR777_spriteset;
purchase: spriteset_br777_purchase;
colour_mapping: return PALETTE_CC_FIRST;
sound_effect: sw_TRAM_electric_sound;
cargo_capacity: return(484 * param_pax / 4);
cost_factor: return(GetAdjustedCostTRAM(50));
running_cost_factor: return(GetAdjustedCostTRAM(40));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ item (FEAT_ROADVEHS, item_TRAM_LU2024, 595) {
power: 3400;
weight: 197;
colour_mapping: return PALETTE_CC_FIRST;
sound_effect: sw_TRAM_electric_sound;
length: switch_TRAM_LU2024_length;
cargo_capacity: return(1076 * param_pax / 9);
cost_factor: return(GetAdjustedCostTRAM(61));
Expand Down

0 comments on commit 253698b

Please sign in to comment.