mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-02 09:02:18 +00:00
12 lines
152 B
Text
12 lines
152 B
Text
class RedneckRifleAmmo : DukeActor
|
|
{
|
|
default
|
|
{
|
|
pic "BATTERYAMMO";
|
|
}
|
|
|
|
override void Initialize()
|
|
{
|
|
commonItemSetup((0.234375, 0.234375));
|
|
}
|
|
}
|