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

[WIP] Slight Changeling Rework #5213

Closed
wants to merge 2 commits into from

Conversation

BurgerLUA
Copy link
Contributor

@BurgerLUA BurgerLUA commented Sep 1, 2018

Overview

Ling is a bad gamemode. This aims to make it somewhat less bad by reworking the abilities.

What Changed?

  • Adjusted required players from 2 to 10. Adjusted required changelings from 1 to 4. Changeling should be a team based gamemode and should not run if there is measly amount of players. This should also help with the lowpop problem Aurorastation has.
  • Reworked Absorption mechanics by adding Absorb DNA - Lesser and Absorb DNA - Greater. Absorb DNA - Greater is like the regular SUCC mechanics which gives you 5 genetic points and refills your chemicals, Absorb DNA - Lesser is similar to Extract DNA String however it costs no chemicals and grants 1 genetic point. This should make changelings deviate from murderbone mechanics.
  • Crewmembers on painkillers won't be able to feel stealth stings.
  • Reworked some powers to work with lesser/monkey form.
  • Adjusted the genome unlock cost for some of the more deadlier powers.
  • Removed Death String. It's balance does not fit in an HRP setting and I don't think I've seen it used.

WIP

All this is subject to change and requires feedback. None of this has been tested yet so it may not work.

Feedback Thread

https://forums.aurorastation.org/viewtopic.php?f=18&t=11834

@Arrow768 Arrow768 added the WIP The PR is a work in progress and should not be reviewed yet. label Sep 2, 2018
@Butterrobber202
Copy link
Contributor

I’d like Death Sting to be re-added. But make it’s killing effects a progressive Illness that is difficult to cure.

@Arrow768
Copy link
Member

Arrow768 commented Sep 2, 2018

In recent PRs we have removed instant-stun features.
It is only logical to remove instant-death features aswell and rework them to something that requires effort on the part of the user.

@BurgerLUA
Copy link
Contributor Author

!review

@BotBOREALIS BotBOREALIS added Review Required and removed WIP The PR is a work in progress and should not be reviewed yet. labels Oct 27, 2018
@BurgerLUA
Copy link
Contributor Author

Forgot this PR existed. Haven't tested it yet, but I would like for it to get reviewed.

/mob/proc/changeling_can_steal_dna(var/mob/living/carbon/human/T)

if(!istype(T))
src << "<span class='warning'>[T] is not compatible with our biology.</span>"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

to_chat, i know

@BotBOREALIS BotBOREALIS added 🗺️ Mapping - Aurora The PR touches the Aurora map files. Sprites Adds new or changes existing sprites. labels Nov 7, 2018
@BurgerLUA BurgerLUA changed the base branch from development to master November 7, 2018 22:11
@Arrow768 Arrow768 added the WIP The PR is a work in progress and should not be reviewed yet. label Nov 7, 2018
@skull132
Copy link
Contributor

skull132 commented Dec 6, 2018

@BurgerLUA check the WIP and review required flags. Close if stale.

@BurgerLUA BurgerLUA closed this Dec 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🗺️ Mapping - Aurora The PR touches the Aurora map files. Sprites Adds new or changes existing sprites. WIP The PR is a work in progress and should not be reviewed yet.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants