jmickle66666666 Posted February 2, 2014 Does anyone know if it's possible to make an enemy you can only damage with a certain weapon/ammo type in zdoom? 0 Share this post Link to post
Gez Posted February 2, 2014 Of course it is. You'll want to use custom damage types. Something like this:Actor WeirdMonster { DamageFactor 0 DamageFactor "SpecialWeapon", 1 blah blah blah normal actor code } Then make sure your weapon's projectiles or puffs use DamageType "SpecialWeapon". 0 Share this post Link to post
jmickle66666666 Posted February 2, 2014 sweet, thanks! I'm gonna use this to add fishing to my game haha 0 Share this post Link to post