mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-02 05:41:49 +00:00
Fix Echidna's Name Pt 1
This commit is contained in:
parent
bea6d2434e
commit
3e39c8c1e0
2 changed files with 2 additions and 2 deletions
|
@ -388,7 +388,7 @@ generator Beastling BulletChip
|
|||
generator Follower BulletChip
|
||||
generator Soldier BulletChip
|
||||
generator WalkingPhage2 BulletChip
|
||||
generator Echida BulletChip
|
||||
generator Echidna BulletChip
|
||||
|
||||
generator PhageNeutron ArachnotronScorch
|
||||
generator GrenadeExplosion CacoScorch
|
||||
|
|
|
@ -548,7 +548,7 @@ actor Mine replaces LostSoul
|
|||
}
|
||||
}
|
||||
|
||||
actor Echida replaces SpiderMastermind
|
||||
actor Echidna replaces SpiderMastermind
|
||||
{
|
||||
scale 0.33
|
||||
health 5000
|
||||
|
|
Loading…
Reference in a new issue