From 09a0158fa4398bbaf92d9f3169a65eaab6c87b5c Mon Sep 17 00:00:00 2001 From: Glowbal Date: Fri, 1 May 2015 22:49:13 +0200 Subject: [PATCH] This should not be 1 --- addons/medical/CfgVehicles.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/medical/CfgVehicles.hpp b/addons/medical/CfgVehicles.hpp index 26420688d8..4054a2ee1e 100644 --- a/addons/medical/CfgVehicles.hpp +++ b/addons/medical/CfgVehicles.hpp @@ -304,7 +304,7 @@ class CfgVehicles { }; class doctor { name = "Doctor (Only Advanced Medics)"; - value = 1; + value = 2; }; }; };