MantisBT - Zandronum
View Issue Details
0004013Zandronum[All Projects] Bugpublic2022-06-15 08:032024-03-11 07:16
Basinga 
 
normalminoralways
resolvedfixed 
MicrosoftWindowsXP/Vista/7
3.1 
3.23.2 
0004013: Friendly summons get damage when sv_shootthroughallies is enabled without sv_dontpushallies
Friendly summons (those with the +FRIENDLY flag) were allowed to be unaffected by friendly fire with zandronum's 3.1 `sv_shootthroughallies` server variable, which we're thankful for.

However, you are still able to damage your friendly summon with explosives unless `sv_dontpushallies` is enabled.


1. Open doom 2 with the included `FriendlyImp.pk3` included
2. Go to any doom map
3. Enter on console: Summon FriendlyImp
4. Enter on console: Sv_shootthroughallies 1
5. Shoot the imp, the bullet should pass through
6. Shoot the imp with a rocket launcher at its feet
7. The imp will get hurt and die from the explosion
8. Enter on console: Sv_dontpushallies 1
9. Shoot the imp again with a rocket launcher at its feet
10. The imp will be unaffected by the rocket
No tags attached.
? FriendlyImp.pk3 (152) 2022-06-15 08:03
https://zandronum.com/tracker/file_download.php?file_id=2754&type=bug
Issue History
2022-06-15 08:03BasingaNew Issue
2022-06-15 08:03BasingaFile Added: FriendlyImp.pk3
2024-03-09 22:10Ru5tK1ngNote Added: 0023319
2024-03-09 22:10Ru5tK1ngStatusnew => needs review
2024-03-09 22:10Ru5tK1ngTarget Version => 3.2
2024-03-10 14:44KaminskyNote Added: 0023334
2024-03-10 14:44KaminskyStatusneeds review => needs testing
2024-03-11 07:16Ru5tK1ngNote Added: 0023345
2024-03-11 07:16Ru5tK1ngStatusneeds testing => resolved
2024-03-11 07:16Ru5tK1ngResolutionopen => fixed
2024-03-11 07:16Ru5tK1ngFixed in Version => 3.2

Notes
(0023319)
Ru5tK1ng   
2024-03-09 22:10   
Merge request:'https://foss.heptapod.net/zandronum/zandronum-stable/-/merge_requests/46 [^]'
(0023334)
Kaminsky   
2024-03-10 14:44   
The merge request above was pushed into the main repository:'https://foss.heptapod.net/zandronum/zandronum-stable/-/commit/d79f8adc5162e8afccabcbb822a3af23af9b91ef [^]'
(0023345)
Ru5tK1ng   
2024-03-11 07:16   
Pulled the latest changes and now friendly monsters do not take splash damage when sv_shootthroughallies is true.