Skip to content

Commit

Permalink
Removes space adaptation (shiptest-ss13#2726)
Browse files Browse the repository at this point in the history
Nobody tell me power creep isn't real and tangible

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Removes space adaptation
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Changelog

:cl:
del: Removes space adaptation.
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
thgvr authored and MysticalFaceLesS committed Feb 16, 2024
1 parent d53338d commit 664d153
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 43 deletions.
1 change: 0 additions & 1 deletion code/__DEFINES/DNA.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
//Defines copying names of mutations in all cases, make sure to change this if you change mutation's type
#define HULK /datum/mutation/human/hulk
#define XRAY /datum/mutation/human/thermal/x_ray
#define SPACEMUT /datum/mutation/human/space_adaptation
#define TK /datum/mutation/human/telekinesis
#define NERVOUS /datum/mutation/human/nervousness
#define EPILEPSY /datum/mutation/human/epilepsy
Expand Down
30 changes: 0 additions & 30 deletions code/datums/mutations/space_adaptation.dm

This file was deleted.

10 changes: 0 additions & 10 deletions code/game/objects/items/dna_injector.dm
Original file line number Diff line number Diff line change
Expand Up @@ -176,16 +176,6 @@
desc = "Fixes that speaking impairment."
remove_mutations = list(NERVOUS)

/obj/item/dnainjector/antifire
name = "\improper DNA injector (Anti-Fire)"
desc = "Cures fire."
remove_mutations = list(SPACEMUT)

/obj/item/dnainjector/firemut
name = "\improper DNA injector (Fire)"
desc = "Gives you fire."
add_mutations = list(SPACEMUT)

/obj/item/dnainjector/blindmut
name = "\improper DNA injector (Blind)"
desc = "Makes you not see anything."
Expand Down
1 change: 0 additions & 1 deletion code/game/objects/structures/icemoon/cave_entrance.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,6 @@ GLOBAL_LIST_INIT(ore_probability, list(
new /obj/item/dnainjector/hulkmut(loc)
new /mob/living/simple_animal/hostile/gorilla(loc)
if(prob(35))
new /obj/item/dnainjector/firemut(loc)
new /mob/living/simple_animal/hostile/gorilla(loc)
if(prob(35))
new /obj/item/dnainjector/gigantism(loc)
Expand Down
Binary file modified icons/effects/genetics.dmi
Binary file not shown.
1 change: 0 additions & 1 deletion shiptest.dme
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,6 @@
#include "code\datums\mutations\hulk.dm"
#include "code\datums\mutations\radioactive.dm"
#include "code\datums\mutations\sight.dm"
#include "code\datums\mutations\space_adaptation.dm"
#include "code\datums\mutations\speech.dm"
#include "code\datums\mutations\telekinesis.dm"
#include "code\datums\mutations\touch.dm"
Expand Down

0 comments on commit 664d153

Please sign in to comment.