Skip to content
Snippets Groups Projects
Commit d7fcd338 authored by James R.'s avatar James R.
Browse files

Merge branch 'cybrak_flamedmg' into 'next'

Fix damagetype for Cybrak flamethrower.

See merge request STJr/SRB2!731
parents 56839f42 f90c70eb
No related branches found
No related tags found
No related merge requests found
...@@ -6487,10 +6487,10 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = ...@@ -6487,10 +6487,10 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
24*FRACUNIT, // radius 24*FRACUNIT, // radius
24*FRACUNIT, // height 24*FRACUNIT, // height
0, // display offset 0, // display offset
0, // mass DMG_FIRE, // mass
1, // damage 1, // damage
sfx_None, // activesound sfx_None, // activesound
MF_NOBLOCKMAP|MF_MISSILE|MF_NOGRAVITY, // flags MF_NOBLOCKMAP|MF_MISSILE|MF_PAIN|MF_NOGRAVITY, // flags
S_NULL // raisestate S_NULL // raisestate
}, },
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment