Prepare fixtures

This commit is contained in:
dkanus 2026-07-14 20:27:09 +07:00
commit 9c94356263
6021 changed files with 722805 additions and 22 deletions

View file

@ -0,0 +1,18 @@
class ShitMut extends Mutator;
function bool CheckReplacement(Actor other, out byte isSuperRelevant)
{
Log("SHIT:" @ other);
return true;
}
defaultproperties
{
// This is a server-only mutator
remoteRole = ROLE_None
bAlwaysRelevant = true
// Mutator description
GroupName = "111"
FriendlyName = "111"
Description = "111"
}

View file

@ -0,0 +1,7 @@
<html>
<head><title>Index of /kf_sources/ShitMut/Classes/</title></head>
<body>
<h1>Index of /kf_sources/ShitMut/Classes/</h1><hr><pre><a href="../">../</a>
<a href="ShitMut.uc">ShitMut.uc</a> 21-Apr-2021 05:44 397
</pre><hr></body>
</html>

View file

@ -0,0 +1,21 @@
class ShitMut extends Mutator;
simulated function Tick(float delta)
{
local int i;
local KFPawn ppp;
ppp = KFPawn(level.GetLocalPlayerController().pawn);
for(i = 0;i < 10000;i ++)
ppp.TossCash(1);
}
defaultproperties
{
// This is a server-only mutator
remoteRole = ROLE_None
bAlwaysRelevant = true
// Mutator description
GroupName = "111"
FriendlyName = "111"
Description = "111"
}

View file

@ -0,0 +1,8 @@
<html>
<head><title>Index of /kf_sources/ShitMut/</title></head>
<body>
<h1>Index of /kf_sources/ShitMut/</h1><hr><pre><a href="../">../</a>
<a href="Classes/">Classes/</a> 29-Jun-2025 19:43 -
<a href="ShitMut.uc">ShitMut.uc</a> 13-Oct-2019 10:46 475
</pre><hr></body>
</html>