Skip to content

Commit

Permalink
And reverting yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
Fordoxia committed Jun 3, 2024
1 parent d4237fe commit 3b72ab8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/game/objects/items/robot/robot_upgrades.dm
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@

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

/obj/item/borg/upgrade/abductor_medi

Check failure on line 201 in code/game/objects/items/robot/robot_upgrades.dm

View workflow job for this annotation

GitHub Actions / Run Linters

Restricted Type in File

code/game/objects/items/robot/robot_upgrades.dm:201: Found a duplicate definition of /obj/item/borg/upgrade/abductor_medi.
name = "medical cyborg abductor upgrade"
desc = "An experimental upgrade that replaces a medical cyborg's tools with the abductor versions."
desc = "An experimental upgrade that replaces a medical cyborgs tools with the abductor version."
icon_state = "abductor_mod"
origin_tech = "biotech=6;materials=6;abductor=2"
require_module = TRUE
Expand Down Expand Up @@ -235,7 +235,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 been disabled.</span>")
to_chat(R, "<span class='warning'>Warning: Safety Overide Protocols have be disabled.</span>")
return TRUE

/obj/item/borg/upgrade/lavaproof

Check failure on line 241 in code/game/objects/items/robot/robot_upgrades.dm

View workflow job for this annotation

GitHub Actions / Run Linters

Restricted Type in File

code/game/objects/items/robot/robot_upgrades.dm:241: Found a duplicate definition of /obj/item/borg/upgrade/lavaproof.
Expand Down Expand Up @@ -506,7 +506,7 @@

/obj/item/borg/upgrade/rcd

Check failure on line 507 in code/game/objects/items/robot/robot_upgrades.dm

View workflow job for this annotation

GitHub Actions / Run Linters

Restricted Type in File

code/game/objects/items/robot/robot_upgrades.dm:507: Found a duplicate definition of /obj/item/borg/upgrade/rcd.
name = "R.C.D. upgrade"
desc = "A modified Rapid Construction Device, able to pull energy directly from a cyborg's internal power cell."
desc = "A modified rapid construction device, able to pull energy directly from a cyborgs internal power cell."
icon_state = "cyborg_upgrade5"
origin_tech = "engineering=4;materials=5;powerstorage=4"
require_module = TRUE
Expand Down

0 comments on commit 3b72ab8

Please sign in to comment.