From e05886ff637bb5549bb3aa144f9b3801a7f086cc Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 4 Jan 2022 20:03:04 -0600 Subject: [PATCH] Add injected drug item type --- scripts/server/const.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/server/const.js b/scripts/server/const.js index 0ac7fcdf..ddd55ba2 100644 --- a/scripts/server/const.js +++ b/scripts/server/const.js @@ -221,6 +221,7 @@ const VRR_ITEM_USETYPE_SMOKEDRUG = 48; // const VRR_ITEM_USETYPE_SNORTDRUG = 49; // const VRR_ITEM_USETYPE_PLANT = 50; const VRR_ITEM_USETYPE_MEGAPHONE = 51; +const VRR_ITEM_USETYPE_INJECTDRUG = 52; // Item Drop Types const VRR_ITEM_DROPTYPE_NONE = 0; // Can't be dropped