This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
5 lines
337 B
Ucode
5 lines
337 B
Ucode
class SkinGoldenDualJudgePistol extends NiceDualJudgePistol;
|
|
defaultproperties
|
|
{
|
|
TraderInfoTexture=Texture'NicePackT.judge.dualjuj_p_gold_trader'
|
|
SkinRefs(0)="NicePackT.Judge.kfjudge_gold_cmb"
|
|
PickupClass=Class'NicePack.SkinGoldenDualJudgePistolPickup'
|
|
AttachmentClass=Class'NicePack.SkinGoldenDualJudgeAttachment'
|
|
}
|