Bug Description:
If you unnest marine and then slash nest he was buckled on, you can't nest that marine ever again. I will try to reproduce it today one more time to be sure.
Steps to reproduce:
1.Nest marine
2.Unnest him
3.Slash that nest
4.Try to buckle to another nest after 5 minutes
Nesting timer bug
- Lokiki_01
- Registered user
- Posts: 50
- Joined: 19 Jul 2016, 12:05
- Location: Mother Russia
- Byond: Lokiki
Nesting timer bug
'I'm totally not a Russian spy' - Yaroslav Arkanov the Colony Marshall
https://www.youtube.com/watch?v=wIwUiku ... e=youtu.be - HowTo solo the lowpop Almayer as hunter. Even when NGG sends Freelancer platoon to kill you
https://www.youtube.com/watch?v=wIwUiku ... e=youtu.be - HowTo solo the lowpop Almayer as hunter. Even when NGG sends Freelancer platoon to kill you
- Karmac
- Registered user
- Posts: 2458
- Joined: 08 Aug 2016, 00:29
- Location: 'Straya
- Byond: Karmac
- Steam: Karmac
Re: Nesting timer bug
This is because he still counts as 'buckled' in code terms, he needs to be rendered 'un-buckled' by an Admin or some other staff. I've seen this happen with wheelchairs as well to some extent, not the same problem, just a similar issue with being considered 'buckled'.
Garth Pawolski, or is it Powalski?
Back in action.
Back in action.
- phil235
- Registered user
- Posts: 589
- Joined: 29 Mar 2017, 20:29
- Byond: phil235
Re: Nesting timer bug
No. The real issue is how the code handles the nesting restriction period after being unnested (to prevent renesting mobs all the time). The object handling that wait is... the nest itself, which never ends if the nest is deleted.
- phil235
- Registered user
- Posts: 589
- Joined: 29 Mar 2017, 20:29
- Byond: phil235
Re: Nesting timer bug
Fixed