Skip to content

Commit

Permalink
Declare fuel_type_battery
Browse files Browse the repository at this point in the history
This itype was decentralized as part of commit 3799315, but my PR
for electric motors CleverRaven#38212 was made before that and needed
fuel_type_battery to be defined.
  • Loading branch information
wapcaplet committed Apr 2, 2020
1 parent 527688b commit c692cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vehicle_move.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

static const itype_id fuel_type_muscle( "muscle" );
static const itype_id fuel_type_animal( "animal" );
static const itype_id fuel_type_battery( "battery" );

static const skill_id skill_driving( "driving" );

Expand Down

0 comments on commit c692cbf

Please sign in to comment.