mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
A few description grammar fixes (#27134)
* Double spaces * more space and misspelling * Fixing punctuations * Not now * double dots * Apply suggestions from code review Signed-off-by: Henri215 <77684085+Henri215@users.noreply.github.com> --------- Signed-off-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
@@ -204,7 +204,7 @@
|
||||
|
||||
/datum/design/powermonitor
|
||||
name = "Console Board (Power Monitor)"
|
||||
desc = "Allows for the construction of circuit boards used to build a new power monitor"
|
||||
desc = "Allows for the construction of circuit boards used to build a new power monitor."
|
||||
id = "powermonitor"
|
||||
req_tech = list("programming" = 2, "powerstorage" = 2)
|
||||
build_type = IMPRINTER
|
||||
@@ -244,7 +244,7 @@
|
||||
|
||||
/datum/design/rdservercontrol
|
||||
name = "Console Board (R&D Network Controller)"
|
||||
desc = "The circuit board for a R&D Network Controller Console"
|
||||
desc = "The circuit board for a R&D Network Controller Console."
|
||||
id = "rdnetworkcontrol"
|
||||
req_tech = list("programming" = 3)
|
||||
build_type = IMPRINTER
|
||||
@@ -254,7 +254,7 @@
|
||||
|
||||
/datum/design/rdbackup
|
||||
name = "Console Board (R&D Backup)"
|
||||
desc = "The circuit board for a R&D Backup Console"
|
||||
desc = "The circuit board for a R&D Backup Console."
|
||||
id = "rdbackup"
|
||||
req_tech = list("programming" = 3)
|
||||
build_type = IMPRINTER
|
||||
@@ -284,7 +284,7 @@
|
||||
|
||||
/datum/design/solarcontrol
|
||||
name = "Console Board (Solar Control)"
|
||||
desc = "Allows for the construction of circuit boards used to build a solar control console"
|
||||
desc = "Allows for the construction of circuit boards used to build a solar control console."
|
||||
id = "solarcontrol"
|
||||
req_tech = list("programming" = 2, "powerstorage" = 2)
|
||||
build_type = IMPRINTER
|
||||
@@ -294,7 +294,7 @@
|
||||
|
||||
/datum/design/sm_monitor
|
||||
name = "Console Board (Supermatter Monitoring)"
|
||||
desc = "Allows for the construction of circuit boards used to build a supermatter monitoring console"
|
||||
desc = "Allows for the construction of circuit boards used to build a supermatter monitoring console."
|
||||
id = "sm_monitor"
|
||||
req_tech = list("programming" = 2, "powerstorage" = 2)
|
||||
build_type = IMPRINTER
|
||||
|
||||
@@ -184,7 +184,7 @@
|
||||
|
||||
/datum/design/handdrill
|
||||
name = "Hand Drill"
|
||||
desc = "A small electric hand drill with an interchangable screwdriver and bolt bit"
|
||||
desc = "A small electric hand drill with an interchangable screwdriver and bolt bit."
|
||||
id = "handdrill"
|
||||
req_tech = list("materials" = 4, "engineering" = 6)
|
||||
build_type = PROTOLATHE
|
||||
@@ -194,7 +194,7 @@
|
||||
|
||||
/datum/design/jawsoflife
|
||||
name = "Jaws of Life"
|
||||
desc = "A small, compact Jaws of Life with an interchangable pry jaws and cutting jaws"
|
||||
desc = "A small, compact Jaws of Life with an interchangable pry jaws and cutting jaws."
|
||||
id = "jawsoflife"
|
||||
req_tech = list("materials" = 4, "engineering" = 6, "magnets" = 6) // added one more requirment since the Jaws of Life are a bit OP
|
||||
build_path = /obj/item/crowbar/power
|
||||
@@ -283,7 +283,7 @@
|
||||
|
||||
/datum/design/gravboots
|
||||
name = "Gravitational Boots"
|
||||
desc = "Expermimental magboots that use miniture gravity generators instead"
|
||||
desc = "Experimental magboots that use miniture gravity generators instead."
|
||||
id = "gravboots"
|
||||
req_tech = list("materials" = 7, "magnets" = 7, "engineering" = 7)
|
||||
build_type = PROTOLATHE
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
/datum/design/recharger
|
||||
name = "Machine Board (Weapon Recharger)"
|
||||
desc = "The circuit board for a weapon recharger"
|
||||
desc = "The circuit board for a weapon recharger."
|
||||
id = "recharger"
|
||||
build_path = /obj/item/circuitboard/recharger
|
||||
materials = list(MAT_GLASS = 1000)
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
/datum/design/cell_charger
|
||||
name = "Machine Board (Cell Charger)"
|
||||
desc = "The circuit board for a cell charger"
|
||||
desc = "The circuit board for a cell charger."
|
||||
id = "cell_charger"
|
||||
build_path = /obj/item/circuitboard/cell_charger
|
||||
materials = list(MAT_GLASS = 1000)
|
||||
@@ -304,7 +304,7 @@
|
||||
|
||||
/datum/design/mechfab
|
||||
name = "Machine Board (Exosuit Fabricator)"
|
||||
desc = "The circuit board for an Exosuit Fabricator"
|
||||
desc = "The circuit board for an Exosuit Fabricator."
|
||||
id = "mechfab"
|
||||
req_tech = list("programming" = 3, "engineering" = 3)
|
||||
build_type = IMPRINTER
|
||||
@@ -344,7 +344,7 @@
|
||||
|
||||
/datum/design/rdserver
|
||||
name = "Machine Board (R&D Server)"
|
||||
desc = "The circuit board for an R&D Server"
|
||||
desc = "The circuit board for an R&D Server."
|
||||
id = "rdserver"
|
||||
req_tech = list("programming" = 3)
|
||||
build_type = IMPRINTER
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
/datum/design/ripley_peri
|
||||
name = "Exosuit Board (APLU \"Ripley\" Peripherals Control module)"
|
||||
desc = "Allows for the construction of a \"Ripley\" Peripheral Control module."
|
||||
desc = "Allows for the construction of a \"Ripley\" Peripheral Control module."
|
||||
id = "ripley_peri"
|
||||
req_tech = list("programming" = 2)
|
||||
build_type = IMPRINTER
|
||||
|
||||
@@ -961,7 +961,7 @@
|
||||
|
||||
/datum/design/clusterbang_launcher
|
||||
name = "Exosuit Module (SOB-3 Clusterbang Launcher)"
|
||||
desc = "A weapon that violates the Geneva Convention at 3 rounds per minute"
|
||||
desc = "A weapon that violates the Geneva Convention at 3 rounds per minute."
|
||||
id = "clusterbang_launcher"
|
||||
build_type = MECHFAB
|
||||
req_tech = list("combat"= 5, "materials" = 5, "syndicate" = 3)
|
||||
@@ -994,7 +994,7 @@
|
||||
|
||||
/datum/design/mech_energy_relay
|
||||
name = "Exosuit Module (Tesla Energy Relay)"
|
||||
desc = "Tesla Energy Relay"
|
||||
desc = "Tesla Energy Relay."
|
||||
id = "mech_energy_relay"
|
||||
build_type = MECHFAB
|
||||
req_tech = list("magnets" = 4, "powerstorage" = 5, "engineering" = 4)
|
||||
|
||||
@@ -757,7 +757,7 @@
|
||||
|
||||
/datum/design/cybernetic_eyes
|
||||
name = "Cybernetic Eyes"
|
||||
desc = "A cybernetic pair of eyes"
|
||||
desc = "A cybernetic pair of eyes."
|
||||
id = "cybernetic_eyes"
|
||||
req_tech = list("biotech" = 4, "materials" = 4)
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
@@ -768,7 +768,7 @@
|
||||
|
||||
/datum/design/cybernetic_ears
|
||||
name = "Cybernetic Ears"
|
||||
desc = "A cybernetic pair of ears"
|
||||
desc = "A cybernetic pair of ears."
|
||||
id = "cybernetic_ears"
|
||||
req_tech = list("biotech" = 4, "materials" = 4)
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
@@ -779,7 +779,7 @@
|
||||
|
||||
/datum/design/cybernetic_liver
|
||||
name = "Cybernetic Liver"
|
||||
desc = "A cybernetic liver"
|
||||
desc = "A cybernetic liver."
|
||||
id = "cybernetic_liver"
|
||||
req_tech = list("biotech" = 4, "materials" = 4)
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
@@ -790,7 +790,7 @@
|
||||
|
||||
/datum/design/cybernetic_kidneys
|
||||
name = "Cybernetic Kidneys"
|
||||
desc = "A cybernetic pair of kidneys"
|
||||
desc = "A cybernetic pair of kidneys."
|
||||
id = "cybernetic_kidneys"
|
||||
req_tech = list("biotech" = 4, "materials" = 4)
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
@@ -801,7 +801,7 @@
|
||||
|
||||
/datum/design/cybernetic_heart
|
||||
name = "Cybernetic Heart"
|
||||
desc = "A cybernetic heart"
|
||||
desc = "A cybernetic heart."
|
||||
id = "cybernetic_heart"
|
||||
req_tech = list("biotech" = 4, "materials" = 4)
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
/datum/design/paicard
|
||||
name = "Personal Artificial Intelligence Card"
|
||||
desc = "Allows for the construction of a pAI Card"
|
||||
desc = "Allows for the construction of a pAI Card."
|
||||
id = "paicard"
|
||||
req_tech = list("programming" = 2)
|
||||
build_type = PROTOLATHE
|
||||
@@ -94,7 +94,7 @@
|
||||
|
||||
/datum/design/safety_muzzle
|
||||
name = "Safety Muzzle"
|
||||
desc = "Produce a lockable muzzle keyed to security ID cards"
|
||||
desc = "Produce a lockable muzzle keyed to security ID cards."
|
||||
id = "safetymuzzle"
|
||||
req_tech = list("materials" = 1)
|
||||
build_type = PROTOLATHE
|
||||
|
||||
@@ -203,7 +203,7 @@
|
||||
|
||||
/datum/design/laser_rifle_magazine
|
||||
name = "Laser Rifle Projector Magazine"
|
||||
desc = "A 20 round encased projector magazine for the IK Laser Rifle series"
|
||||
desc = "A 20 round encased projector magazine for the IK Laser Rifle series."
|
||||
id = "mag_laser"
|
||||
build_type = PROTOLATHE
|
||||
req_tech = list("combat" = 4, "powerstorage" = 4)
|
||||
@@ -273,7 +273,7 @@
|
||||
|
||||
/datum/design/immolator
|
||||
name = "Immolator Laser Gun Parts Kit"
|
||||
desc = "Has fewer shots than a regular laser gun, but ignites the target on hit"
|
||||
desc = "Has fewer shots than a regular laser gun, but ignites the target on hit."
|
||||
id = "immolator"
|
||||
req_tech = list("combat" = 5, "magnets" = 5, "powerstorage" = 5)
|
||||
build_type = PROTOLATHE
|
||||
@@ -283,7 +283,7 @@
|
||||
|
||||
/datum/design/reactive_armour
|
||||
name = "Reactive Armor Shell"
|
||||
desc = "A reactive armor shell, that can have an anomaly core inserted to make a reactive armor"
|
||||
desc = "A reactive armor shell, that can have an anomaly core inserted to make a reactive armor."
|
||||
id = "reactivearmor"
|
||||
req_tech = list("combat" = 6, "materials" = 7, "engineering" = 5)
|
||||
build_type = PROTOLATHE
|
||||
|
||||
@@ -3,7 +3,7 @@ GLOBAL_LIST_EMPTY(rnd_network_managers)
|
||||
/obj/machinery/computer/rnd_network_controller
|
||||
// Dont call this R&D, you break tooltips from the &
|
||||
name = "\improper RnD network manager"
|
||||
desc = "Use this to manage an R&D network and its connected servers"
|
||||
desc = "Use this to manage an R&D network and its connected servers."
|
||||
icon_screen = "rnd_netmanager"
|
||||
icon_keyboard = "rd_key"
|
||||
light_color = LIGHT_COLOR_FADEDPURPLE
|
||||
|
||||
@@ -506,7 +506,7 @@
|
||||
/obj/effect/timestop
|
||||
anchored = TRUE
|
||||
name = "chronofield"
|
||||
desc = "ZA WARUDO"
|
||||
desc = "ZA WARUDO!"
|
||||
icon = 'icons/effects/160x160.dmi'
|
||||
icon_state = "time"
|
||||
layer = FLY_LAYER
|
||||
|
||||
Reference in New Issue
Block a user