Skip to content

Commit 9a46a89

Browse files
committed
Goodbye son
1 parent d10e170 commit 9a46a89

6 files changed

Lines changed: 0 additions & 46 deletions

File tree

config/game_options.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ ROUNDSTART_RACES ethereal
357357
ROUNDSTART_RACES jelly
358358
ROUNDSTART_RACES abductor
359359
#ROUNDSTART_RACES snail
360-
#ROUNDSTART_RACES reploid - Removed temporarily until features done
361360
ROUNDSTART_RACES pod
362361
ROUNDSTART_RACES ornithid
363362
ROUNDSTART_RACES skrell

maplestation.dme

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6675,7 +6675,6 @@
66756675
#include "maplestation_modules\code\modules\mob\living\carbon\human\species_types\ornithid.dm"
66766676
#include "maplestation_modules\code\modules\mob\living\carbon\human\species_types\plasmamen.dm"
66776677
#include "maplestation_modules\code\modules\mob\living\carbon\human\species_types\podpeople.dm"
6678-
#include "maplestation_modules\code\modules\mob\living\carbon\human\species_types\reploid.dm"
66796678
#include "maplestation_modules\code\modules\mob\living\carbon\human\species_types\shadowpeople.dm"
66806679
#include "maplestation_modules\code\modules\mob\living\carbon\human\species_types\silverscale.dm"
66816680
#include "maplestation_modules\code\modules\mob\living\carbon\human\species_types\skeletons.dm"

maplestation_modules/code/__DEFINES/DNA.dm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22

33
//Species Defines
44
#define SPECIES_SKRELL "skrell"
5-
#define SPECIES_REPLOID "reploid"
65
#define SPECIES_ORNITHID "ornithid"

maplestation_modules/code/modules/mob/living/carbon/human/species_types/reploid.dm

Lines changed: 0 additions & 31 deletions
This file was deleted.

maplestation_modules/code/modules/reagents/chemistry/reagents/mutation_reagents.dm

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,3 @@
1616
race = /datum/species/skrell
1717
taste_description = "calamari"
1818
chemical_flags = REAGENT_CAN_BE_SYNTHESIZED
19-
20-
/datum/reagent/mutationtoxin/reploid
21-
name = "Reploid Mutation Toxin"
22-
description = "A synthetic toxin."
23-
color = "#5EFF3B" //RGB: 94, 255, 59
24-
race = /datum/species/reploid
25-
taste_description = "maverick dreams"
26-
chemical_flags = REAGENT_CAN_BE_SYNTHESIZED

maplestation_modules/code/modules/reagents/chemistry/recipes/mutation_recipes.dm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,3 @@ Disabled as synths don't exist
5757
/datum/chemical_reaction/mutation_toxin/skrell_mutation
5858
results = list(/datum/reagent/mutationtoxin/skrell = 2)
5959
required_reagents = list(/datum/reagent/unstable_mutation = 1, /datum/reagent/toxin/carpotoxin = 1) //i dunno i just picked a fish thing because skrell have tentacles
60-
61-
/datum/chemical_reaction/mutation_toxin/reploid_mutation
62-
results = list(/datum/reagent/mutationtoxin/reploid = 2)
63-
required_reagents = list(/datum/reagent/unstable_mutation = 1, /datum/reagent/silicon = 1)

0 commit comments

Comments
 (0)