From 6754f247110446a12b4e244f4763f0b30f6bd726 Mon Sep 17 00:00:00 2001 From: ARottenberger <69944020+iplayer1337fivem@users.noreply.github.com> Date: Fri, 26 Jan 2024 21:03:59 +0100 Subject: [PATCH] Update items.lua minor duplicate --- !INSTALLATION/items.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/!INSTALLATION/items.lua b/!INSTALLATION/items.lua index 3805791..6ebba3c 100644 --- a/!INSTALLATION/items.lua +++ b/!INSTALLATION/items.lua @@ -48,10 +48,10 @@ }, ['stretcher'] = { - label = 'Ice Pack', + label = 'Stretcher', weight = 200, stack = true, - description = "An ice pack used to reduce swelling and provide relief from pain and inflammation.", + description = "To bring, carry and bring patients safely.", }, ['emstablet'] = { @@ -61,4 +61,4 @@ client = { export = 'ars_ambulancejob.openDistressCalls' } -}, \ No newline at end of file +},