mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Fixing a few grammar issues (#23842)
* fixing some typos and spacings * another one * not that one * even more
This commit is contained in:
@@ -571,7 +571,7 @@
|
||||
|
||||
/obj/item/v1_arm_shell
|
||||
name = "vortex feedback arm implant frame"
|
||||
desc = "An implant awaiting installation of a vortex anomaly core"
|
||||
desc = "An implant awaiting installation of a vortex anomaly core."
|
||||
icon_state = "v1_arm"
|
||||
|
||||
/obj/item/v1_arm_shell/attackby(obj/item/I, mob/user, params)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/obj/item/organ/internal/cyberimp/eyes
|
||||
name = "cybernetic eyes"
|
||||
desc = "artificial photoreceptors with specialized functionality"
|
||||
desc = "artificial photoreceptors with specialized functionality."
|
||||
icon_state = "eye_implant"
|
||||
implant_overlay = "eye_implant_overlay"
|
||||
slot = "eye_sight"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/obj/item/organ/internal/cyberimp
|
||||
name = "cybernetic implant"
|
||||
desc = "a state-of-the-art implant that improves a baseline's functionality"
|
||||
desc = "a state-of-the-art implant that improves a baseline's functionality."
|
||||
status = ORGAN_ROBOT
|
||||
var/implant_color = "#FFFFFF"
|
||||
var/implant_overlay
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
/obj/item/organ/internal/cyberimp/brain
|
||||
name = "cybernetic brain implant"
|
||||
desc = "injectors of extra sub-routines for the brain"
|
||||
desc = "injectors of extra sub-routines for the brain."
|
||||
icon_state = "brain_implant"
|
||||
implant_overlay = "brain_implant_overlay"
|
||||
parent_organ = "head"
|
||||
@@ -204,7 +204,7 @@
|
||||
|
||||
/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened/compatible
|
||||
name = "Hardened Neural Jumpstarter implant"
|
||||
desc = "A military-grade version of the standard implant, for NT's more elite forces. This one is compatible with the CNS Rebooter implant"
|
||||
desc = "A military-grade version of the standard implant, for NT's more elite forces. This one is compatible with the CNS Rebooter implant."
|
||||
slot = "brain_antisleep"
|
||||
emp_proof = TRUE
|
||||
|
||||
@@ -309,7 +309,7 @@
|
||||
//[[[[CHEST]]]]
|
||||
/obj/item/organ/internal/cyberimp/chest
|
||||
name = "cybernetic torso implant"
|
||||
desc = "implants for the organs in your torso"
|
||||
desc = "implants for the organs in your torso."
|
||||
icon_state = "chest_implant"
|
||||
implant_overlay = "chest_implant_overlay"
|
||||
parent_organ = "chest"
|
||||
|
||||
@@ -213,7 +213,7 @@
|
||||
|
||||
/obj/item/organ/internal/eyes/cybernetic/eyesofgod //no occuline allowed
|
||||
name = "\improper Eyes of the Gods"
|
||||
desc = "Two eyes said to belong to the gods. But such vision comes at a price"
|
||||
desc = "Two eyes said to belong to the gods. But such vision comes at a price."
|
||||
icon_state = "eyesofgod"
|
||||
eye_color = "#58a5ec"
|
||||
see_in_dark = 8
|
||||
|
||||
@@ -123,7 +123,7 @@ GLOBAL_DATUM(basic_robolimb, /datum/robolimb)
|
||||
|
||||
/datum/robolimb/shellguard
|
||||
company = "Shellguard Munitions Standard Series"
|
||||
desc = "This limb features exposed robust steel and paint to match Shellguards motifs"
|
||||
desc = "This limb features exposed robust steel and paint to match Shellguards motifs."
|
||||
icon = 'icons/mob/human_races/cyberlimbs/shellguard/shellguard_main.dmi'
|
||||
has_subtypes = 1
|
||||
|
||||
|
||||
@@ -36,15 +36,15 @@
|
||||
|
||||
/obj/item/skeleton/r_leg
|
||||
name = "skeleton right leg"
|
||||
desc = "a skeleton right leg"
|
||||
desc = "a skeleton right leg."
|
||||
icon_state = "r_leg"
|
||||
|
||||
/obj/item/skeleton/l_foot
|
||||
name = "skeleton left foot"
|
||||
desc = "a skeleton left foot"
|
||||
desc = "a skeleton left foot."
|
||||
icon_state = "l_foot"
|
||||
|
||||
/obj/item/skeleton/l_leg
|
||||
name = "skeleton left leg"
|
||||
desc = "a skeleton left leg"
|
||||
desc = "a skeleton left leg."
|
||||
icon_state = "l_leg"
|
||||
|
||||
@@ -25,5 +25,5 @@
|
||||
/obj/item/organ/internal/eyes/drask
|
||||
name = "drask eyeballs"
|
||||
icon = 'icons/obj/species_organs/drask.dmi'
|
||||
desc = "Drask eyes. They look even stranger disembodied"
|
||||
desc = "Drask eyes. They look even stranger disembodied."
|
||||
see_in_dark = 5
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
/obj/item/organ/internal/liver/grey
|
||||
name = "grey liver"
|
||||
desc = "A small, odd looking liver"
|
||||
desc = "A small, odd looking liver."
|
||||
icon = 'icons/obj/species_organs/grey.dmi'
|
||||
alcohol_intensity = 1.6
|
||||
|
||||
/obj/item/organ/internal/brain/grey
|
||||
desc = "A large brain"
|
||||
desc = "A large brain."
|
||||
icon = 'icons/obj/species_organs/grey.dmi'
|
||||
icon_state = "brain2"
|
||||
mmi_icon = 'icons/obj/species_organs/grey.dmi'
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
/obj/item/organ/internal/eyes/grey
|
||||
name = "grey eyeballs"
|
||||
desc = "They still look creepy and emotionless"
|
||||
desc = "They still look creepy and emotionless."
|
||||
icon = 'icons/obj/species_organs/grey.dmi'
|
||||
see_in_dark = 5
|
||||
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
|
||||
/obj/item/organ/internal/heart/skrell
|
||||
name = "skrell heart"
|
||||
desc = "A stream lined heart"
|
||||
desc = "A stream lined heart."
|
||||
icon = 'icons/obj/species_organs/skrell.dmi'
|
||||
|
||||
/obj/item/organ/internal/brain/skrell
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/obj/item/organ/internal/liver/unathi
|
||||
name = "unathi liver"
|
||||
icon = 'icons/obj/species_organs/unathi.dmi'
|
||||
desc = "A large looking liver"
|
||||
desc = "A large looking liver."
|
||||
alcohol_intensity = 0.8
|
||||
|
||||
/obj/item/organ/internal/eyes/unathi
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
/obj/item/organ/internal/heart/unathi
|
||||
name = "unathi heart"
|
||||
desc = "A large looking heart"
|
||||
desc = "A large looking heart."
|
||||
icon = 'icons/obj/species_organs/unathi.dmi'
|
||||
|
||||
/obj/item/organ/internal/brain/unathi
|
||||
|
||||
@@ -491,7 +491,7 @@ GLOBAL_DATUM_INIT(multispin_words, /regex, regex("like a record baby"))
|
||||
log_game("[key_name(owner)] has said '[log_message]' with a Voice of God, affecting [english_list(listeners)], with a power multiplier of [power_multiplier].")
|
||||
|
||||
/obj/item/organ/internal/vocal_cords/colossus/wizard
|
||||
desc = "They carry the voice of an ancient god. This one is enchanted to implant it into yourself when used in hand"
|
||||
desc = "They carry the voice of an ancient god. This one is enchanted to implant it into yourself when used in hand."
|
||||
|
||||
/obj/item/organ/internal/vocal_cords/colossus/wizard/attack_self(mob/living/user)
|
||||
user.drop_item()
|
||||
|
||||
Reference in New Issue
Block a user