From c402550490a26b40b76cd3a5c679ea2ecefe9fde Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 14 Feb 2022 16:15:13 -0600 Subject: [PATCH] Restore old pickup types for VC and III --- scripts/shared/gamedata.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/scripts/shared/gamedata.js b/scripts/shared/gamedata.js index fca6bed0..8feb51a5 100644 --- a/scripts/shared/gamedata.js +++ b/scripts/shared/gamedata.js @@ -3489,21 +3489,21 @@ let gameData = { {}, { // GTA 3 - business: 8, - house: 8, - bank: 8, - clothes: 8, - info: 8, - job: 8, + business: 255, + house: 255, + bank: 255, + clothes: 255, + info: 255, + job: 255, }, { // GTA Vice City - business: 10, - house: 10, - bank: 10, - clothes: 10, - info: 10, - job: 10, + business: 255, + house: 255, + bank: 255, + clothes: 255, + info: 255, + job: 255, }, { // GTA San Andreas