mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- fixed radius of BossBrain actor
This commit is contained in:
parent
7652fd7ee0
commit
4b5431a81d
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ class BossBrain : Actor
|
|||
Health 250;
|
||||
Mass 10000000;
|
||||
PainChance 255;
|
||||
Radius 16;
|
||||
+SOLID +SHOOTABLE
|
||||
+NOICEDEATH
|
||||
+OLDRADIUSDMG
|
||||
|
|
Loading…
Reference in a new issue