18 lines
397 B
Ucode
18 lines
397 B
Ucode
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"
|
|
} |