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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue