This repository was archived by the owner on May 22, 2025. It is now read-only.
10 Second Cooldown to Borg Spin - Prevents Stunlocking#11798
Merged
10 Second Cooldown to Borg Spin - Prevents Stunlocking#11798
Conversation
adamsong
suggested changes
Jul 18, 2021
adamsong
approved these changes
Jul 18, 2021
adamsong
suggested changes
Jul 18, 2021
Co-authored-by: Theos <theubernyan@gmail.com>
JamieD1
commented
Jul 18, 2021
Bibby0110
reviewed
Jul 18, 2021
code/datums/components/riding.dm
Outdated
| var/atom/movable/AM = parent | ||
| AM.unbuckle_mob(M) | ||
| var/mob/living/silicon/robot/S = AM | ||
| if(S?.throwcooldown) |
Contributor
There was a problem hiding this comment.
This is probably one of the times that you want it to runtime (No ?), since a component with no parent shouldn't exist.
Bibby0110
reviewed
Jul 18, 2021
| var/obj/item/robot_suit/robot_suit = null ///Used for deconstruction to remember what the borg was constructed out of.. | ||
| var/obj/item/mmi/mmi = null | ||
|
|
||
| var/throwcooldown = FALSE |
Contributor
|
Wouldn't this really hurt Malf borgs if they are trying to deal with someone who is immune to their flashes, I really don't want every malf borg be forced to go engiborg for the stun |
JamieD1
commented
Jul 24, 2021
Contributor
Author
I feel the laser pointer nerf makes up for it. |
adamsong
approved these changes
Jul 31, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
10 Second Cooldown to Borg Spin - Prevents Stunlocking
🆑
tweak: Cyborg spin has cooldown for throwing people
/🆑