mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-24 21:11:26 +00:00
a6a4e628df
These were fallout from the generic destructibles because the code to destroy them was removed along with that.
13 lines
No EOL
141 B
Text
13 lines
No EOL
141 B
Text
|
|
class RedneckBell : DukeActor
|
|
{
|
|
default
|
|
{
|
|
pic "BIGBELL";
|
|
}
|
|
|
|
override void OnHit(DukeActor proj)
|
|
{
|
|
self.PlayActorSound("BELL");
|
|
}
|
|
} |