Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cyborg typing indicators disappear too quickly #494

Open
Zirok-BYOND opened this issue Sep 17, 2022 · 6 comments
Open

cyborg typing indicators disappear too quickly #494

Zirok-BYOND opened this issue Sep 17, 2022 · 6 comments

Comments

@Zirok-BYOND
Copy link

After a second or so Cyborg typing indicators just disappear.
Debugging shows that this is not due to clear_typing_indicators being called too early. The mutable appearance is still there when clear_typing_indicators gets called again, but the indicator has long since disappeared visually.
Problem already exists in January this year at revision 847edc8

@Zirok-BYOND
Copy link
Author

This does not seem to happen if you hit observe, spawn yourself in(ctrl+shiftclick go to player panel and hit cyborgize) before the actual start of the round.

@Zirok-BYOND
Copy link
Author

To clarify, the issue does not occur until after roundstart, regardless of when you spawned

@Zirok-BYOND
Copy link
Author

Setting SSMob.can_fire to 0 seems to fix the problem, so it's something that is part of SSMob

@Zirok-BYOND
Copy link
Author

Commenting out BiologicalLife in life.dm:13 fixes it

@Zirok-BYOND
Copy link
Author

After a bigger deep dive disabling update_stat() in updatehealth() living.dm:590 fixes it, will narrow things down further tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant