commit 1169a36d1206c5b35488b800cbd324c461913575
parent b9f397ead368d1d103ee94d5f12006e6618d396a
Author: Chris <chris@echoz.io>
Date: Mon, 2 Mar 2026 20:25:11 +0100
feat(games): update cp2077 lua utils
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/games/mods/cyberpunk-2077-utils.lua b/modules/games/mods/cyberpunk-2077-utils.lua
@@ -53,6 +53,8 @@ Utils.Mods = {
SwissCheese = function() Game.AddToInventory("Items.PowerMod2_Legendary") end,
Parallax = function() Game.AddToInventory("Items.HGMod3_X") end,
ZeroG = function() Game.AddToInventory("Items.ThrowMod2_Legendary") end,
+ Vivisector = function() Game.AddToInventory("Items.ShotgunMod1_Legendary") end,
+ Kneel = function() Game.AddToInventory("Items.ShotgunMod2_Legendary") end,
}
Utils.Money = function(amount)