Fix Painkiller weight in Medical.hpp

Fixed the weight of the painkillers. Adjusted the values to the same as the antibiotics.
This commit is contained in:
seelenapparat
2021-08-24 15:39:17 +02:00
parent 94dddf6a65
commit c801365a1f

View File

@@ -140,31 +140,31 @@ class emptyBloodBag
}; };
class ItemPainkiller6 class ItemPainkiller6
{ {
weight = 0.6; weight = 0.08;
}; };
class ItemPainkiller5 class ItemPainkiller5
{ {
weight = 0.5; weight = 0.06;
}; };
class ItemPainkiller4 class ItemPainkiller4
{ {
weight = 0.4; weight = 0.04;
}; };
class ItemPainkiller3 class ItemPainkiller3
{ {
weight = 0.3; weight = 0.02;
}; };
class ItemPainkiller2 class ItemPainkiller2
{ {
weight = 0.2; weight = 0.009;
}; };
class ItemPainkiller1 class ItemPainkiller1
{ {
weight = 0.1; weight = 0.005;
}; };
class ItemPainkillerEmpty class ItemPainkillerEmpty
{ {
weight = 0.0; weight = 0.002;
}; };
class equip_woodensplint class equip_woodensplint
{ {