Skip to content
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
adamsong merged 8 commits into
masterfrom
CyborgNerf
Jul 31, 2021
Merged

10 Second Cooldown to Borg Spin - Prevents Stunlocking#11798
adamsong merged 8 commits into
masterfrom
CyborgNerf

Conversation

@JamieD1

@JamieD1 JamieD1 commented Jul 18, 2021

Copy link
Copy Markdown
Contributor

10 Second Cooldown to Borg Spin - Prevents Stunlocking

🆑
tweak: Cyborg spin has cooldown for throwing people
/🆑

Comment thread code/datums/components/riding.dm Outdated
Comment thread code/datums/components/riding.dm
Comment thread code/datums/components/riding.dm Outdated
Comment thread code/datums/components/riding.dm Outdated
Co-authored-by: Theos <theubernyan@gmail.com>
Comment thread code/datums/components/riding.dm Outdated
Comment thread code/datums/components/riding.dm Outdated
Comment thread 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)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is probably one of the times that you want it to runtime (No ?), since a component with no parent shouldn't exist.

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might aswell autodoc it

@Moja10

Moja10 commented Jul 20, 2021

Copy link
Copy Markdown
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

Comment thread code/datums/components/riding.dm Outdated
Comment thread code/modules/mob/living/silicon/robot/robot.dm Outdated
@JamieD1

JamieD1 commented Jul 24, 2021

Copy link
Copy Markdown
Contributor Author

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

I feel the laser pointer nerf makes up for it.

@adamsong
adamsong merged commit bd4b315 into master Jul 31, 2021
@adamsong
adamsong deleted the CyborgNerf branch July 31, 2021 18:40
@Yogbot-13 Yogbot-13 added the Tweak This PR contains changes to the game. label Jul 31, 2021
Yogbot-13 added a commit that referenced this pull request Jul 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Tweak This PR contains changes to the game.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants