From 6bbc9d5c6b9a0613c48627ba78fc2e29565ec56e Mon Sep 17 00:00:00 2001 From: Blur Date: Fri, 11 Oct 2024 18:02:24 -0500 Subject: [PATCH] remove playerpf carry (fixes cez chains + rollout) --- src/Lua/pizzaface.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Lua/pizzaface.lua b/src/Lua/pizzaface.lua index a2d5e5f..95d5b07 100644 --- a/src/Lua/pizzaface.lua +++ b/src/Lua/pizzaface.lua @@ -705,6 +705,8 @@ addHook("PlayerThink", function(player) player.realmo.pfstuntime = $ or 0 if not PTSR.IsPTSR() then return end if player.realmo and player.realmo.valid and player.ptsr.pizzaface and leveltime then + player.powers[pw_carry] = 0 + if player.redgreen == nil then player.redgreen = $ or false end