Moved vacuum in front of player, not underneath

Changed game object for Noctilucous Jade
This commit is contained in:
Andrei Abrudan 2022-07-05 11:21:00 +01:00
parent 43b66ba7f8
commit c60731d26d

View File

@ -108,7 +108,7 @@ namespace cheat::feature
if (!IsEntityForVac(entity))
continue;
entity->setRelativePosition(avatarEntity->relativePosition());
entity->setRelativePosition(avatarEntity->relativePosition() + avatarEntity->forward() * 0.8f);
}
nextTime = currentTime + 1000;
}
@ -131,7 +131,7 @@ namespace cheat::feature
AddFilter("Amethyst Lump", "_Thundercrystaldrop" ,"Ore");
AddFilter("Electro Crystal", "_Ore_ElectricRock" ,"Ore");
AddFilter("Starsilver Ore", "_DropMoonMeteor_" ,"Ore");
AddFilter("Noctilucous Jade", "NightBerth" ,"Ore");
AddFilter("Noctilucous Jade", "SceneObj_Item_NightBerth" ,"Ore");
AddFilter("Potatoes", "_Potato" ,"Food");
AddFilter("Radish", "_Radish02_Clear" ,"Food");
AddFilter("Cabbage", "_Cabbage" ,"Food");