You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#3865: 'New UPP guns' by CapCamIII at commit df9d2ca#4063: 'Yautja Change Holder' by realforest2001 at commit 377eeb300e #4224: 'ARES Change Holder' by realforest2001 at commit 06e5019#4067: 'Research Biohazard Lockdown' by realforest2001 at commit a71df91#4229: 'fancy lighting' by harryob at commit 78e3b07#4231: 'Changes nutrition with blood loss' by morrowwolf at commit a38fd4c
Description of the bug
clicking with grab intent doesn't actually grab. cntrl + click works as expected.
What's the difference with what should have happened?
when clicking a draggable target with grab intent, it should actually let you grab. you are forced to use cntrl + click to grab
How do we reproduce this bug?
play as xeno
spawn a human
switch to grab
click on human
message for grab shows up in chat
look at hands, realize there's no "grab" item
try to drag the human
nothing happens and you move away normally.
...
Issue Bingo
Issue could be reproduced at least once
Issue happened in a recent (less than 7 days ago) round
# About the pull request
This PR is a followup to #4204 that introduced a cooldown to grabbing to
fix an exploit. Unfortunately this broke logic for xeno grab intent
click though because that logic pre-emptively is adjusting next_move
(that xenos just override and ignore anyways), so now the cooldown check
is added to just ctrl+click. Technically this means that human
ctrl+click *could* be affected by this change, but I haven't currently
found any effects of this.
# Explain why it's good for the game
Fixes#4244
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>
https://youtu.be/BMRnHIa967Q
</details>
# Changelog
:cl: Drathek
fix: Fixed xeno grab intent
/:cl:
Testmerges
#3865: 'New UPP guns' by CapCamIII at commit df9d2ca #4063: 'Yautja Change Holder' by realforest2001 at commit 377eeb300e #4224: 'ARES Change Holder' by realforest2001 at commit 06e5019 #4067: 'Research Biohazard Lockdown' by realforest2001 at commit a71df91 #4229: 'fancy lighting' by harryob at commit 78e3b07 #4231: 'Changes nutrition with blood loss' by morrowwolf at commit a38fd4c
Description of the bug
clicking with grab intent doesn't actually grab. cntrl + click works as expected.
What's the difference with what should have happened?
when clicking a draggable target with grab intent, it should actually let you grab. you are forced to use cntrl + click to grab
How do we reproduce this bug?
...
Issue Bingo
The text was updated successfully, but these errors were encountered: