A_SkelFist

From ZDoom Wiki
Jump to navigation Jump to search
DoomWiki.org
For more information on this article, visit the A_SkelFist page on the Doom Wiki.

A_SkelFist

(no parameters)


The melee attack of Doom's Revenant. This plays the sound "skeleton/melee" and performs a melee attack with a base damage of 6 multiplied by a random value between 1 and 10.

Examples

This example is taken from Doom's Revenant.

 Melee:
   SKEL G 0 A_FaceTarget
   SKEL G 6 A_SkelWhoosh
   SKEL H 6 A_FaceTarget
   SKEL I 6 A_SkelFist
   goto See