From 0a1fad34f9e76f5652017187d0c2629582bba197 Mon Sep 17 00:00:00 2001 From: EgorDinamit <53223414+EgorDinamit@users.noreply.github.com> Date: Sat, 15 Feb 2020 12:07:24 +0400 Subject: [PATCH] Changes cybersun hardsuit description --- code/modules/ruins/spaceruin_code/forgottenship.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/ruins/spaceruin_code/forgottenship.dm b/code/modules/ruins/spaceruin_code/forgottenship.dm index 9dd4e3f2a31..2b05916a042 100644 --- a/code/modules/ruins/spaceruin_code/forgottenship.dm +++ b/code/modules/ruins/spaceruin_code/forgottenship.dm @@ -65,7 +65,7 @@ obj/item/paper/fluff/ruins/forgottenship/missionobj item_state = "cybersun" hardsuit_type = "cybersun" name = "Cybersun hardsuit" - desc = "Prototype hardsuit with experimental armor plates, protecting from laser-based weapons very well, while giving limited protection against anything else. Requires the user to activate the inner mechanism in order to unequip it, making it nearly impossible to take it off from somebody else." + desc = "Prototype hardsuit with experimental armor plates, protecting from laser-based weapons very well, while giving limited protection against anything else. Requires the user to activate the inner mechanism in order to unequip it, making it really difficult to take it off from somebody else." armor = list("melee" = 25, "bullet" = 25, "laser" = 70, "energy" = 50, "bomb" = 15, "bio" = 100, "rad" = 50, "fire" = 60, "acid" = 60) strip_delay = 600 helmettype = /obj/item/clothing/head/helmet/space/hardsuit/cybersun