SamsaraDevs / samsaraJunk

In which someone makes a class-based mod by copy/pasting the ZDoom Wiki into a single .pk3 and people seem to like it.
16 stars 7 forks source link

SO's Fusion Pistol overcharge needs redone. #30

Closed TerminusEst13 closed 11 years ago

TerminusEst13 commented 11 years ago

Previously, the SO's Fusion Pistol overcharge explosion was done via the weapon calling A_Explode directly. This had the unfortunate side effect of killing all allies nearby the SO, making it an incredible griefing tool. It was changed to DamageThing, but since working on Naraka I found the Cyberdemon's method of A_SpawnItemEx-ing an object that explodes right away works just as wonderfully--AND doesn't affect allies!