Skip to content

Commit

Permalink
gives trucker construction skills (#5231)
Browse files Browse the repository at this point in the history
# About the pull request
Gives trucker engineering construction skills

# Explain why it's good for the game

It is strange to have engineering survivor who can not build cades and
walls and it sucks when you have 3 truckers but none able to build
openable cades. Giving more skills to survivors should make playing
survivor more fun. Trucker still has other diferent skill and gets
diferent loudout from engineer

# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
balance: gives trucker engineer level construction skill
/:cl:
  • Loading branch information
cuberound authored Dec 30, 2023
1 parent 8432fc6 commit 4ee4a86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/skills/civilian.dm
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ CIVILIAN
name = "Survivor Trucker"
additional_skills = list(
SKILL_ENGINEER = SKILL_ENGINEER_ENGI,
SKILL_CONSTRUCTION = SKILL_CONSTRUCTION_ENGI,
SKILL_VEHICLE = SKILL_VEHICLE_CREWMAN,
)

Expand Down

0 comments on commit 4ee4a86

Please sign in to comment.