Skip to content

Commit

Permalink
Cyborg Upgrade Typo Fix (#22554)
Browse files Browse the repository at this point in the history
Fixes some typos and slightly rewords some flavour text for cyborg upgrade modules.
  • Loading branch information
Fordoxia authored Sep 25, 2023
1 parent 23c4e49 commit cc76b29
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions code/game/objects/items/robot/robot_upgrades.dm
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@

/obj/item/borg/upgrade/vtec
name = "robotic VTEC Module"
desc = "Used to kick in a robot's VTEC systems, increasing their speed."
desc = "Used to activate a cyborg's VTEC systems, increasing their speed."
icon_state = "cyborg_upgrade2"
require_module = TRUE
origin_tech = "engineering=4;materials=5;programming=4"
Expand Down Expand Up @@ -197,7 +197,7 @@

/obj/item/borg/upgrade/ddrill
name = "mining cyborg diamond drill"
desc = "A diamond drill replacement for the mining module's standard drill."
desc = "A diamond drill replacement for the mining cyborg's standard drill."
icon_state = "cyborg_upgrade3"
origin_tech = "engineering=4;materials=5"
require_module = TRUE
Expand All @@ -219,7 +219,7 @@

/obj/item/borg/upgrade/abductor_engi
name = "engineering cyborg abductor upgrade"
desc = "An experimental upgrade that replaces an engineering cyborgs tools with the abductor version."
desc = "An experimental upgrade that replaces an engineering cyborg's tools with the abductor versions."
icon_state = "abductor_mod"
origin_tech = "engineering=6;materials=6;abductor=3"
require_module = TRUE
Expand All @@ -238,7 +238,7 @@

/obj/item/borg/upgrade/abductor_medi
name = "medical cyborg abductor upgrade"
desc = "An experimental upgrade that replaces a medical cyborgs tools with the abductor version."
desc = "An experimental upgrade that replaces a medical cyborg's tools with the abductor versions."
icon_state = "abductor_mod"
origin_tech = "biotech=6;materials=6;abductor=2"
require_module = TRUE
Expand Down Expand Up @@ -273,7 +273,7 @@
if(R.weapons_unlock)
return // They already had the safety override upgrade, or they're a cyborg type which has this by default.
R.weapons_unlock = TRUE
to_chat(R, "<span class='warning'>Warning: Safety Overide Protocols have be disabled.</span>")
to_chat(R, "<span class='warning'>Warning: safety protocols have been disabled!</span>")
return TRUE

/obj/item/borg/upgrade/lavaproof
Expand Down Expand Up @@ -431,7 +431,7 @@

/obj/item/borg/upgrade/rcd
name = "R.C.D. upgrade"
desc = "A modified rapid construction device, able to pull energy directly from a cyborgs internal power cell."
desc = "A modified Rapid Construction Device, able to pull energy directly from a cyborg's internal power cell."
icon_state = "cyborg_upgrade5"
origin_tech = "engineering=4;materials=5;powerstorage=4"
require_module = TRUE
Expand Down

0 comments on commit cc76b29

Please sign in to comment.