marrub
/
Lithia
Archived
1
0
Fork 0
This repository has been archived on 2023-06-17. You can view files and clone it, but cannot push or open issues/pull-requests.
Lithia/pksrc/lscripts/Decorations.dec

19 lines
261 B
Plaintext

actor Lith_ExplosiveBarrel : ExplosiveBarrel replaces ExplosiveBarrel
{
Health 60
PainChance 255
PainSound "misc/barrel/hit"
states
{
Spawn:
BAR1 ABCDEFGHIJKLM 2
loop
Pain:
BAR1 X 5 A_Pain
goto Spawn
}
}
// EOF