From af4875aaafd15512d065c384993d99079a99eb16 Mon Sep 17 00:00:00 2001 From: shazbot194 Date: Sat, 3 Mar 2018 23:47:52 -0900 Subject: [PATCH] Updates the names and descriptions --- code/modules/clothing/spacesuits/void.dm | 65 ++++++++++++------------ 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/code/modules/clothing/spacesuits/void.dm b/code/modules/clothing/spacesuits/void.dm index 2641df9a60e..9c0e7f86c6c 100644 --- a/code/modules/clothing/spacesuits/void.dm +++ b/code/modules/clothing/spacesuits/void.dm @@ -1,95 +1,96 @@ //Voidsuits /obj/item/clothing/head/helmet/space/voidsuit - name = "Red Retro Void Helmet" - desc = "A classic, retro space suit helmet in red." + name = "NASA Void Helmet" + desc = "A retro space suit helmet designed by a branch at NASA Centcom. This one is in red." icon_state = "void-red" item_state = "void" + flags_inv = HIDEMASK|HIDEEARS /obj/item/clothing/suit/space/voidsuit - name = "Red Retro Voidsuit" + name = "NASA Void Suit" icon_state = "void-red" item_state = "void" - desc = "A classic, retro Space suit in red." + desc = "A retro Space suit designed by a branch at NASA Centcom. This one is in red." allowed = list(/obj/item/device/flashlight,/obj/item/weapon/tank,/obj/item/device/multitool) //Colors!!! /obj/item/clothing/head/helmet/space/voidsuit/green - name = "Green Retro Void Helmet" - desc = "A classic, retro space suit helmet in green." + name = "NASA Void Helmet" + desc = "A retro space suit helmet designed by a branch at NASA Centcom. This one is in green." icon_state = "void-green" /obj/item/clothing/suit/space/voidsuit/green - name = "Green Retro Voidsuit" + name = "NASA Void Suit" icon_state = "void-green" - desc = "A classic, retro Space suit in green." + desc = "A retro Space suit designed by a branch at NASA Centcom. This one is in green." /obj/item/clothing/head/helmet/space/voidsuit/ntblue - name = "NT Blue Retro Void Helmet" - desc = "A classic, retro space suit helmet in NT colors." + name = "NASA Void Helmet" + desc = "A retro space suit helmet designed by a branch at NASA Centcom. This one is in NT colors." icon_state = "void-ntblue" /obj/item/clothing/suit/space/voidsuit/ntblue - name = "NT Blue Retro Voidsuit" + name = "NASA Void Suit" icon_state = "void-ntblue" - desc = "A classic, retro Space suit in NT colors." + desc = "A retro Space suit designed by a branch at NASA Centcom. This one is in NT colors." /obj/item/clothing/head/helmet/space/voidsuit/purple - name = "Purple Retro Void Helmet" - desc = "A classic, retro dark space suit helmet in purple." + name = "NASA Void Helmet" + desc = "A retro space suit helmet designed by a branch at NASA Centcom. This one is in purple." icon_state = "void-purple" -/obj/item/clothing/suit/space/voidsuit/pruple - name = "Purple Retro Voidsuit" +/obj/item/clothing/suit/space/voidsuit/purple + name = "NASA Void Suit" icon_state = "void-purple" - desc = "A classic, retro dark Space suit in purple." + desc = "A retro Space suit designed by a branch at NASA Centcom. This one is in purple." /obj/item/clothing/head/helmet/space/voidsuit/yellow - name = "Yellow Retro Void Helmet" - desc = "A classic, retro space suit helmet in yellow." + name = "NASA Void Helmet" + desc = "A retro space suit helmet designed by a branch at NASA Centcom. This one is in yellow." icon_state = "void-yellow" /obj/item/clothing/suit/space/voidsuit/yellow - name = "Yellow Retro Voidsuit" + name = "NASA Void Suit" icon_state = "void-yellow" - desc = "A classic, retro Space suit in yellow." + desc = "A retro Space suit designed by a branch at NASA Centcom. This one is in yellow." /obj/item/clothing/head/helmet/space/voidsuit/ltblue - name = "Light Blue Retro Void Helmet" - desc = "A classic, retro space suit helmet in light blue." + name = "NASA Void Helmet" + desc = "A retro space suit helmet designed by a branch at NASA Centcom. This one is in light blue." icon_state = "void-light_blue" /obj/item/clothing/suit/space/voidsuit/ltblue - name = "Light Blue Retro Voidsuit" + name = "NASA Void Suit" icon_state = "void-light_blue" - desc = "A classic, retro Space suit in light blue." + desc = "A retro Space suit designed by a branch at NASA Centcom. This one is in light blue." //Captian's Suit, like the other captian's suit, but looks better, at the cost of armor /obj/item/clothing/head/helmet/space/voidsuit/captian name = "Fancy Retro Void Helmet" - desc = "A classic, retro space suit helmet, this one is fit for a captian." + desc = "A retro space suit helmet designed by a branch at NASA Centcom. This one is fit for a captian." icon_state = "void-captian" /obj/item/clothing/suit/space/voidsuit/captain - name = "Fancy Retro Voidsuit" + name = "Fancy NASA Void Suit" icon_state = "void-captian" - desc = "A classic, retro Space suit, this one is fit for a captian." + desc = "A retro Space suit designed by a branch at NASA Centcom. This one is fit for a captian." //Syndi's suit, on par with a blood red softsuit /obj/item/clothing/head/helmet/space/voidsuit/syndi name = "Blood Red Retro Void Helmet" - desc = "A classic, retro space suit helmet in blood red." + desc = "A retro space suit helmet designed by a branch at NASA Centcom. This one is in blood red." icon_state = "void-syndi" + flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE armor = list(melee = 40, bullet = 50, laser = 30, energy = 15, bomb = 30, bio = 30, rad = 30) /obj/item/clothing/suit/space/voidsuit/syndi - name = "Blood Red Retro Voidsuit" + name = "Blood Red NASA Void Suit" icon_state = "void-syndi" - desc = "A classic, retro Space suit in blood red." + desc = "A retro Space suit designed by a branch at NASA Centcom. This one is in blood red." w_class = WEIGHT_CLASS_NORMAL allowed = list(/obj/item/weapon/gun,/obj/item/ammo_box,/obj/item/ammo_casing,/obj/item/weapon/melee/baton,/obj/item/weapon/melee/energy/sword/saber,/obj/item/weapon/restraints/handcuffs,/obj/item/weapon/tank) armor = list(melee = 40, bullet = 50, laser = 30, energy = 15, bomb = 30, bio = 30, rad = 30) -