Bug Description:
Aliens that get critted next to a vent, can still go through the vent.
Steps to Reproduce:
1. Run for vent as an alien.
2. Get shot down by marines next to the vent.
3. ??????
4. Climb through vent while in critical state.
(Optional) Other notes:
It's really, really annoying.
Aliens in crit can crawl through vents
- Spessmin
- Registered user
- Posts: 2
- Joined: 08 May 2015, 12:10
- Helmut Schmacker
- Donor
- Posts: 24
- Joined: 10 Apr 2015, 09:00
- Location: Dublin, Ireland
- Contact:
Re: Aliens in crit can crawl through vents
It makes sense for a badly injured alien to be able to lumber into a vent. Unless the vents are supposed to be on the ceiling or something and the top-down view is fucking my perception up.
- Spessmin
- Registered user
- Posts: 2
- Joined: 08 May 2015, 12:10
Re: Aliens in crit can crawl through vents
They're suppose to be like nearly dead, I don't think they have the energy left to keep crawling through a vent.
- Juninho77
- Registered user
- Posts: 276
- Joined: 06 May 2015, 10:22
Re: Aliens in crit can crawl through vents
If this is a bug, I think I fund it:
I believe the problem is the way the code checks for critical condition.
I'd say that changing:
if(health <= -50)
For
if(health <= 0)
Would fix this.
► Show Spoiler
I'd say that changing:
if(health <= -50)
For
if(health <= 0)
Would fix this.
"Do not go gentle into that good night; rage, rage against the dying of the light."
If you would permaban a player, you owe it to him to look into his logs and hear his side of the story. And if you cannot bear to do that, then perhaps the player does not deserve to be banned.
- Rahlzel
- Donor
- Posts: 1160
- Joined: 14 Dec 2014, 16:17
- Location: USA
Re: Aliens in crit can crawl through vents
Did you fix this, Juni?
- Juninho77
- Registered user
- Posts: 276
- Joined: 06 May 2015, 10:22
Re: Aliens in crit can crawl through vents
I will soon.
Edited:
Yeah, fixed.
Edited:
Yeah, fixed.
"Do not go gentle into that good night; rage, rage against the dying of the light."
If you would permaban a player, you owe it to him to look into his logs and hear his side of the story. And if you cannot bear to do that, then perhaps the player does not deserve to be banned.