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