diff --git a/resources/[jobs]/[medic]/visn_are/script/entities/infusions.lua b/resources/[jobs]/[medic]/visn_are/script/entities/infusions.lua index ce1d24e7a..fac5a60d6 100644 --- a/resources/[jobs]/[medic]/visn_are/script/entities/infusions.lua +++ b/resources/[jobs]/[medic]/visn_are/script/entities/infusions.lua @@ -19,6 +19,7 @@ INFUSIONS = { -- Example: Give the player a notification end, }, + ["fenystil"] = { availableVolumes = { 100, 250, 500, 750, 1000 }, -- In ml cooldown = 3, -- Duration of action in s @@ -34,7 +35,6 @@ INFUSIONS = { end, }, - ["propofol"] = { availableVolumes = { 100, 250, 500, 750, 1000 }, -- In ml cooldown = 3, -- Duration of action in s @@ -55,6 +55,7 @@ INFUSIONS = { end end, }, + ["etilefrin"] = { availableVolumes = { 1000 }, -- In ml cooldown = 5, -- Duration of action in s @@ -69,6 +70,7 @@ INFUSIONS = { -- Example: Give the player a notification end, }, + ["midazolam"] = { availableVolumes = { 100, 250 }, -- In ml cooldown = 3, -- Duration of action in s @@ -89,6 +91,7 @@ INFUSIONS = { end end, }, + ["narketan"] = { availableVolumes = { 250, 500, 1000}, -- In ml cooldown = 3, -- Duration of action in s @@ -130,6 +133,7 @@ INFUSIONS = { end end, }, + ["sauerstoff"] = { availableVolumes = { 20, 50, 100, 150 }, -- In ml cooldown = 3, -- Duration of action in s @@ -144,6 +148,7 @@ INFUSIONS = { -- Example: Give the player a notification end, }, + ["nacl"] = { availableVolumes = { 100, 250, 500, 750, 1000 }, -- In ml cooldown = 3, -- Duration of action in s