Jump boots (mostly) implemented (replacement feature not done yet). Various adjustments. DamNums coloring support.
12 lines
218 B
Text
12 lines
218 B
Text
Class UTranslocatorAmmo : Ammo
|
|
{
|
|
}
|
|
|
|
Class UTranslocator : UnrealWeapon
|
|
{
|
|
override bool TryPickup( in out Actor toucher )
|
|
{
|
|
if ( !sting_telegun ) return false; // not allowed
|
|
return Super.TryPickup(toucher);
|
|
}
|
|
}
|