mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 04:25:45 -04:00
dehacked: better explanation of the mini/SS change.
77735c3ff0/linuxdoom-1.10/p_enemy.c (L845)
77735c3ff0/linuxdoom-1.10/p_enemy.c (L802)
This commit is contained in:
parent
15bc9cca92
commit
f6d836c750
1 changed files with 9 additions and 9 deletions
|
@ -27,22 +27,22 @@ Sprite subnumber = 32773
|
||||||
Frame 689
|
Frame 689
|
||||||
Sprite subnumber = 32773
|
Sprite subnumber = 32773
|
||||||
|
|
||||||
# The RNG code for the minigunner's / SS's attack
|
# A_PosAttack and A_CPosAttack use identical formulae
|
||||||
# does the same thing as the zombieman's, the only
|
# and the same number of RNG calls to determine the
|
||||||
# substantive difference being the sound played.
|
# attack; the only difference other than the way the
|
||||||
# By calling the zombieman attack instead, the
|
# information is organized is the sound being played.
|
||||||
# minigunner and sailor no longer sound confusingly
|
# Having the minigunner and sailor call A_PosAttack
|
||||||
# similar to the large technospider's much more
|
# makes them not sound confusingly similar to the large
|
||||||
# powerful shotgunguy-like attack.
|
# technospider's much more powerful shotgunguy-like attack.
|
||||||
|
|
||||||
# Minigunner using pistol attack
|
# Minigunner using A_PosAttack
|
||||||
Pointer 234 (Frame 417)
|
Pointer 234 (Frame 417)
|
||||||
Codep Frame = 185
|
Codep Frame = 185
|
||||||
|
|
||||||
Pointer 235 (Frame 418)
|
Pointer 235 (Frame 418)
|
||||||
Codep Frame = 185
|
Codep Frame = 185
|
||||||
|
|
||||||
# Sailor using pistol attack
|
# Sailor using A_PosAttack
|
||||||
Pointer 234 (Frame 738)
|
Pointer 234 (Frame 738)
|
||||||
Codep Frame = 185
|
Codep Frame = 185
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue