Aliens in crit can crawl through vents

Locked
User avatar
Spessmin
Registered user
Posts: 2
Joined: 08 May 2015, 12:10

Aliens in crit can crawl through vents

Post by Spessmin » 08 May 2015, 12:23

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.

User avatar
Helmut Schmacker
Donor
Donor
Posts: 24
Joined: 10 Apr 2015, 09:00
Location: Dublin, Ireland
Contact:

Re: Aliens in crit can crawl through vents

Post by Helmut Schmacker » 08 May 2015, 14:52

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.

User avatar
Spessmin
Registered user
Posts: 2
Joined: 08 May 2015, 12:10

Re: Aliens in crit can crawl through vents

Post by Spessmin » 09 May 2015, 05:49

They're suppose to be like nearly dead, I don't think they have the energy left to keep crawling through a vent.

User avatar
Juninho77
Registered user
Posts: 276
Joined: 06 May 2015, 10:22

Re: Aliens in crit can crawl through vents

Post by Juninho77 » 12 May 2015, 22:38

If this is a bug, I think I fund it:
► Show Spoiler
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.
Image
"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.
Image

User avatar
Rahlzel
Donor
Donor
Posts: 1160
Joined: 14 Dec 2014, 16:17
Location: USA

Re: Aliens in crit can crawl through vents

Post by Rahlzel » 26 Jun 2015, 13:06

Did you fix this, Juni?

User avatar
Juninho77
Registered user
Posts: 276
Joined: 06 May 2015, 10:22

Re: Aliens in crit can crawl through vents

Post by Juninho77 » 26 Jun 2015, 18:39

I will soon.

Edited:
Yeah, fixed.
Image
"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.
Image

Locked