From fd29618643b2fc2e57868c0b9f8c0f007a127e27 Mon Sep 17 00:00:00 2001 From: Condorra Date: Thu, 13 Jun 2024 22:14:47 +1000 Subject: [PATCH] Make Ronald a bit weaker at blade to make him a bit easier. --- blastmud_game/src/static_content/npc/ronalds_house.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blastmud_game/src/static_content/npc/ronalds_house.rs b/blastmud_game/src/static_content/npc/ronalds_house.rs index 623e883..849d4ef 100644 --- a/blastmud_game/src/static_content/npc/ronalds_house.rs +++ b/blastmud_game/src/static_content/npc/ronalds_house.rs @@ -117,7 +117,7 @@ pub fn npc_list() -> Vec { sk.clone(), match sk { SkillType::Dodge => 14.0, - SkillType::Blades => 16.0, + SkillType::Blades => 12.0, SkillType::Pistols => 18.0, _ => 8.0 }