2022-12-14 12:50:13 +00:00
|
|
|
class RedneckPorkRinds : DukeItemBase
|
2022-12-12 11:48:41 +00:00
|
|
|
{
|
|
|
|
default
|
|
|
|
{
|
|
|
|
pic "SIXPAK";
|
|
|
|
}
|
|
|
|
|
|
|
|
override void Initialize()
|
|
|
|
{
|
|
|
|
commonItemSetup((0.203125, 0.140625));
|
|
|
|
if (Raze.isRRRA()) self.cstat = CSTAT_SPRITE_BLOCK_HITSCAN;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|