From fdcf2ecf6b22cd505e4f628f292921ea3ed5b966 Mon Sep 17 00:00:00 2001 From: Son Phan Trung Date: Wed, 17 Jul 2024 20:54:38 +0700 Subject: [PATCH] Add "Wound Care" proficiency for Park Rangers --- data/json/professions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/professions.json b/data/json/professions.json index 560e7152444ce..2d9ecdc0b8d32 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -3522,7 +3522,7 @@ "name": "Park Ranger", "description": "Your days of patrolling the park and protecting people and wildlife from each other have taught you many useful skills. After finding a gruesome scene at a campsite and getting no response when you radioed for help, you stockpiled as many supplies as possible and set out in your pickup looking for answers.", "points": 5, - "proficiencies": [ "prof_driver" ], + "proficiencies": [ "prof_driver", "prof_wound_care" ], "skills": [ { "level": 5, "name": "survival" }, { "level": 5, "name": "firstaid" },