Prepare fixtures
This commit is contained in:
parent
797e5ea192
commit
9c94356263
6021 changed files with 722805 additions and 22 deletions
18
kf_sources/ShitMut/Classes/ShitMut.uc
Normal file
18
kf_sources/ShitMut/Classes/ShitMut.uc
Normal 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"
|
||||
}
|
||||
7
kf_sources/ShitMut/Classes/index.html
Normal file
7
kf_sources/ShitMut/Classes/index.html
Normal 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>
|
||||
21
kf_sources/ShitMut/ShitMut.uc
Normal file
21
kf_sources/ShitMut/ShitMut.uc
Normal 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"
|
||||
}
|
||||
8
kf_sources/ShitMut/index.html
Normal file
8
kf_sources/ShitMut/index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue