Skip to content

Commit

Permalink
WE DRIVE
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 2, 2023
1 parent 682ed60 commit db455fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/__DEFINES/skills.dm
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@
#define SKILL_DOMESTIC_MAX 2

//multitile vehicle skills
//Can't drive
#define SKILL_VEHICLE_DEFAULT 0

#define SKILL_VEHICLE_DEFAULT 2
//Can drive small vehicles (truck)
#define SKILL_VEHICLE_SMALL 1
//Can drive large vehicles (apc, tank)
Expand Down
1 change: 0 additions & 1 deletion code/datums/skills/uscm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ United States Colonial Marines
SKILL_LEADERSHIP = SKILL_LEAD_EXPERT,
SKILL_MEDICAL = SKILL_MEDICAL_TRAINED,
SKILL_ENDURANCE = SKILL_ENDURANCE_TRAINED,
SKILL_VEHICLE = SKILL_VEHICLE_SMALL,
SKILL_JTAC = SKILL_JTAC_TRAINED,
SKILL_INTEL = SKILL_INTEL_TRAINED,
)
Expand Down

0 comments on commit db455fb

Please sign in to comment.