mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 14:04:41 +00:00
[MIRROR] some more strings to defines (#9767)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b53e93ee00
commit
52ea336513
@@ -3,28 +3,28 @@
|
|||||||
|
|
||||||
/mob/living/carbon/human/sergal/New(var/new_loc)
|
/mob/living/carbon/human/sergal/New(var/new_loc)
|
||||||
h_style = "Sergal Plain"
|
h_style = "Sergal Plain"
|
||||||
..(new_loc, "Sergal")
|
..(new_loc, SPECIES_SERGAL)
|
||||||
|
|
||||||
/mob/living/carbon/human/akula/New(var/new_loc)
|
/mob/living/carbon/human/akula/New(var/new_loc)
|
||||||
..(new_loc, "Akula")
|
..(new_loc, SPECIES_AKULA)
|
||||||
|
|
||||||
/mob/living/carbon/human/nevrean/New(var/new_loc)
|
/mob/living/carbon/human/nevrean/New(var/new_loc)
|
||||||
..(new_loc, "Nevrean")
|
..(new_loc, SPECIES_NEVREAN)
|
||||||
|
|
||||||
/mob/living/carbon/human/xenochimera/New(var/new_loc)
|
/mob/living/carbon/human/xenochimera/New(var/new_loc)
|
||||||
..(new_loc, "Xenochimera")
|
..(new_loc, SPECIES_XENOCHIMERA)
|
||||||
|
|
||||||
/mob/living/carbon/human/spider/New(var/new_loc)
|
/mob/living/carbon/human/spider/New(var/new_loc)
|
||||||
..(new_loc, "Vasilissan")
|
..(new_loc, SPECIES_VASILISSAN)
|
||||||
|
|
||||||
/mob/living/carbon/human/vulpkanin/New(var/new_loc)
|
/mob/living/carbon/human/vulpkanin/New(var/new_loc)
|
||||||
..(new_loc, "Vulpkanin")
|
..(new_loc, SPECIES_VULPKANIN)
|
||||||
|
|
||||||
/mob/living/carbon/human/protean/New(var/new_loc)
|
/mob/living/carbon/human/protean/New(var/new_loc)
|
||||||
..(new_loc, "Protean")
|
..(new_loc, SPECIES_PROTEAN)
|
||||||
|
|
||||||
/mob/living/carbon/human/alraune/New(var/new_loc)
|
/mob/living/carbon/human/alraune/New(var/new_loc)
|
||||||
..(new_loc, "Alraune")
|
..(new_loc, SPECIES_ALRAUNE)
|
||||||
|
|
||||||
/mob/living/carbon/human/shadekin/New(var/new_loc)
|
/mob/living/carbon/human/shadekin/New(var/new_loc)
|
||||||
..(new_loc, SPECIES_SHADEKIN)
|
..(new_loc, SPECIES_SHADEKIN)
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
icobase = 'icons/mob/human_races/monkeys/r_sobaka_vr.dmi'
|
icobase = 'icons/mob/human_races/monkeys/r_sobaka_vr.dmi'
|
||||||
deform = 'icons/mob/human_races/monkeys/r_sobaka_vr.dmi'
|
deform = 'icons/mob/human_races/monkeys/r_sobaka_vr.dmi'
|
||||||
tail = null //The tail is part of its body due to tail using the "icons/effects/species.dmi" file. It must be null, or they'll have a chimp tail.
|
tail = null //The tail is part of its body due to tail using the "icons/effects/species.dmi" file. It must be null, or they'll have a chimp tail.
|
||||||
greater_form = "Akula"
|
greater_form = SPECIES_AKULA
|
||||||
default_language = "Skrellian" //Closest we have.
|
default_language = "Skrellian" //Closest we have.
|
||||||
// male_scream_sound = null //CHOMPedit
|
// male_scream_sound = null //CHOMPedit
|
||||||
// female_scream_sound = null //CHOMPedit
|
// female_scream_sound = null //CHOMPedit
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
/datum/species/monkey/sparra
|
/datum/species/monkey/sparra
|
||||||
name = SPECIES_MONKEY_NEVREAN
|
name = SPECIES_MONKEY_NEVREAN
|
||||||
name_plural = "Sparra"
|
name_plural = "Sparra"
|
||||||
greater_form = "Nevrean"
|
greater_form = SPECIES_NEVREAN
|
||||||
tail = null
|
tail = null
|
||||||
icobase = 'icons/mob/human_races/monkeys/r_sparra_vr.dmi'
|
icobase = 'icons/mob/human_races/monkeys/r_sparra_vr.dmi'
|
||||||
deform = 'icons/mob/human_races/monkeys/r_sparra_vr.dmi'
|
deform = 'icons/mob/human_races/monkeys/r_sparra_vr.dmi'
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
icobase = 'icons/mob/human_races/monkeys/r_farwa.dmi'
|
icobase = 'icons/mob/human_races/monkeys/r_farwa.dmi'
|
||||||
deform = 'icons/mob/human_races/monkeys/r_farwa.dmi'
|
deform = 'icons/mob/human_races/monkeys/r_farwa.dmi'
|
||||||
|
|
||||||
greater_form = "Tajaran"
|
greater_form = SPECIES_TAJARAN
|
||||||
default_language = "Farwa"
|
default_language = "Farwa"
|
||||||
flesh_color = "#AFA59E"
|
flesh_color = "#AFA59E"
|
||||||
base_color = "#333333"
|
base_color = "#333333"
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
icobase = 'icons/mob/human_races/monkeys/r_wolpin.dmi'
|
icobase = 'icons/mob/human_races/monkeys/r_wolpin.dmi'
|
||||||
deform = 'icons/mob/human_races/monkeys/r_wolpin.dmi'
|
deform = 'icons/mob/human_races/monkeys/r_wolpin.dmi'
|
||||||
|
|
||||||
greater_form = "Vulpkanin"
|
greater_form = SPECIES_VULPKANIN
|
||||||
default_language = LANGUAGE_CANILUNZT
|
default_language = LANGUAGE_CANILUNZT
|
||||||
flesh_color = "#966464"
|
flesh_color = "#966464"
|
||||||
base_color = "#000000"
|
base_color = "#000000"
|
||||||
@@ -69,26 +69,26 @@
|
|||||||
low_sorting_priority = TRUE
|
low_sorting_priority = TRUE
|
||||||
|
|
||||||
/mob/living/carbon/human/sharkm/Initialize(var/new_loc)
|
/mob/living/carbon/human/sharkm/Initialize(var/new_loc)
|
||||||
..(new_loc, SPECIES_MONKEY_AKULA)
|
. = ..(new_loc, SPECIES_MONKEY_AKULA)
|
||||||
species.produceCopy(species.traits.Copy(),src,null,FALSE)
|
species.produceCopy(species.traits.Copy(),src,null,FALSE)
|
||||||
|
|
||||||
/mob/living/carbon/human/sergallingm
|
/mob/living/carbon/human/sergallingm
|
||||||
low_sorting_priority = TRUE
|
low_sorting_priority = TRUE
|
||||||
|
|
||||||
/mob/living/carbon/human/sergallingm/Initialize(var/new_loc)
|
/mob/living/carbon/human/sergallingm/Initialize(var/new_loc)
|
||||||
..(new_loc, SPECIES_MONKEY_SERGAL)
|
. = ..(new_loc, SPECIES_MONKEY_SERGAL)
|
||||||
species.produceCopy(species.traits.Copy(),src,null,FALSE)
|
species.produceCopy(species.traits.Copy(),src,null,FALSE)
|
||||||
|
|
||||||
/mob/living/carbon/human/sparram
|
/mob/living/carbon/human/sparram
|
||||||
low_sorting_priority = TRUE
|
low_sorting_priority = TRUE
|
||||||
|
|
||||||
/mob/living/carbon/human/sparram/Initialize(var/new_loc)
|
/mob/living/carbon/human/sparram/Initialize(var/new_loc)
|
||||||
..(new_loc, SPECIES_MONKEY_NEVREAN)
|
. = ..(new_loc, SPECIES_MONKEY_NEVREAN)
|
||||||
species.produceCopy(species.traits.Copy(),src,null,FALSE)
|
species.produceCopy(species.traits.Copy(),src,null,FALSE)
|
||||||
|
|
||||||
/mob/living/carbon/human/wolpin
|
/mob/living/carbon/human/wolpin
|
||||||
low_sorting_priority = TRUE
|
low_sorting_priority = TRUE
|
||||||
|
|
||||||
/mob/living/carbon/human/wolpin/Initialize(var/new_loc)
|
/mob/living/carbon/human/wolpin/Initialize(var/new_loc)
|
||||||
..(new_loc, SPECIES_MONKEY_VULPKANIN)
|
. = ..(new_loc, SPECIES_MONKEY_VULPKANIN)
|
||||||
species.produceCopy(species.traits.Copy(),src,null,FALSE)
|
species.produceCopy(species.traits.Copy(),src,null,FALSE)
|
||||||
|
|||||||
@@ -60,7 +60,7 @@
|
|||||||
unavailable_to_build = 1
|
unavailable_to_build = 1
|
||||||
includes_tail = 1
|
includes_tail = 1
|
||||||
skin_tone = 1
|
skin_tone = 1
|
||||||
suggested_species = "Tajara"
|
suggested_species = SPECIES_TAJARAN
|
||||||
|
|
||||||
/*/datum/robolimb/dsi_tajaran/New()
|
/*/datum/robolimb/dsi_tajaran/New()
|
||||||
species_cannot_use = GLOB.all_species.Copy()
|
species_cannot_use = GLOB.all_species.Copy()
|
||||||
@@ -79,7 +79,7 @@ VS Edit - anyone can select these. */
|
|||||||
unavailable_to_build = 1
|
unavailable_to_build = 1
|
||||||
includes_tail = 1
|
includes_tail = 1
|
||||||
skin_tone = 1
|
skin_tone = 1
|
||||||
suggested_species = "Unathi"
|
suggested_species = SPECIES_UNATHI
|
||||||
|
|
||||||
/* /datum/robolimb/dsi_lizard/New() //
|
/* /datum/robolimb/dsi_lizard/New() //
|
||||||
species_cannot_use = GLOB.all_species.Copy()
|
species_cannot_use = GLOB.all_species.Copy()
|
||||||
@@ -98,7 +98,7 @@ VS Edit - anyone can select these. */
|
|||||||
unavailable_to_build = 1
|
unavailable_to_build = 1
|
||||||
includes_tail = 1
|
includes_tail = 1
|
||||||
skin_tone = 1
|
skin_tone = 1
|
||||||
suggested_species = "Sergal"
|
suggested_species = SPECIES_SERGAL
|
||||||
|
|
||||||
/obj/item/disk/limb/dsi_sergal
|
/obj/item/disk/limb/dsi_sergal
|
||||||
company = "DSI - Sergal"
|
company = "DSI - Sergal"
|
||||||
@@ -112,7 +112,7 @@ VS Edit - anyone can select these. */
|
|||||||
unavailable_to_build = 1
|
unavailable_to_build = 1
|
||||||
includes_tail = 1
|
includes_tail = 1
|
||||||
skin_tone = 1
|
skin_tone = 1
|
||||||
suggested_species = "Nevrean"
|
suggested_species = SPECIES_NEVREAN
|
||||||
|
|
||||||
/obj/item/disk/limb/dsi_nevrean
|
/obj/item/disk/limb/dsi_nevrean
|
||||||
company = "DSI - Nevrean"
|
company = "DSI - Nevrean"
|
||||||
@@ -126,7 +126,7 @@ VS Edit - anyone can select these. */
|
|||||||
unavailable_to_build = 1
|
unavailable_to_build = 1
|
||||||
includes_tail = 1
|
includes_tail = 1
|
||||||
skin_tone = 1
|
skin_tone = 1
|
||||||
suggested_species = "Vulpkanin"
|
suggested_species = SPECIES_VULPKANIN
|
||||||
|
|
||||||
/obj/item/disk/limb/dsi_vulpkanin
|
/obj/item/disk/limb/dsi_vulpkanin
|
||||||
company = "DSI - Vulpkanin"
|
company = "DSI - Vulpkanin"
|
||||||
@@ -140,7 +140,7 @@ VS Edit - anyone can select these. */
|
|||||||
unavailable_to_build = 1
|
unavailable_to_build = 1
|
||||||
includes_tail = 1
|
includes_tail = 1
|
||||||
skin_tone = 1
|
skin_tone = 1
|
||||||
suggested_species = "Akula"
|
suggested_species = SPECIES_AKULA
|
||||||
|
|
||||||
/obj/item/disk/limb/dsi_akula
|
/obj/item/disk/limb/dsi_akula
|
||||||
company = "DSI - Akula"
|
company = "DSI - Akula"
|
||||||
@@ -154,7 +154,7 @@ VS Edit - anyone can select these. */
|
|||||||
unavailable_to_build = 1
|
unavailable_to_build = 1
|
||||||
includes_tail = 1
|
includes_tail = 1
|
||||||
skin_tone = 1
|
skin_tone = 1
|
||||||
suggested_species = "Vasilissan"
|
suggested_species = SPECIES_VASILISSAN
|
||||||
|
|
||||||
/obj/item/disk/limb/dsi_spider
|
/obj/item/disk/limb/dsi_spider
|
||||||
company = "DSI - Vasilissan"
|
company = "DSI - Vasilissan"
|
||||||
@@ -186,7 +186,7 @@ VS Edit - anyone can select these. */
|
|||||||
unavailable_to_build = 1
|
unavailable_to_build = 1
|
||||||
includes_tail = 1
|
includes_tail = 1
|
||||||
skin_tone = 1
|
skin_tone = 1
|
||||||
suggested_species = "Zorren"
|
suggested_species = SPECIES_ZORREN_HIGH
|
||||||
|
|
||||||
/obj/item/disk/limb/dsi_zorren
|
/obj/item/disk/limb/dsi_zorren
|
||||||
company = "DSI - Zorren"
|
company = "DSI - Zorren"
|
||||||
@@ -200,7 +200,7 @@ VS Edit - anyone can select these. */
|
|||||||
unavailable_to_build = 1
|
unavailable_to_build = 1
|
||||||
includes_tail = 1
|
includes_tail = 1
|
||||||
skin_tone = 1
|
skin_tone = 1
|
||||||
suggested_species = "Fennec"
|
suggested_species = SPECIES_FENNEC
|
||||||
|
|
||||||
/obj/item/disk/limb/dsi_fennec
|
/obj/item/disk/limb/dsi_fennec
|
||||||
company = "DSI - Fennec"
|
company = "DSI - Fennec"
|
||||||
|
|||||||
@@ -165,7 +165,7 @@
|
|||||||
amount_per_transfer_from_this = 10
|
amount_per_transfer_from_this = 10
|
||||||
|
|
||||||
/obj/structure/reagent_dispenser/he3/Initialize()
|
/obj/structure/reagent_dispenser/he3/Initialize()
|
||||||
..()
|
. = ..()
|
||||||
reagents.add_reagent(REAGENT_ID_HELIUM3,1000)
|
reagents.add_reagent(REAGENT_ID_HELIUM3,1000)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user