Updates the names and descriptions

This commit is contained in:
shazbot194
2018-03-03 23:47:52 -09:00
parent 9d4f88cf1d
commit af4875aaaf
+33 -32
View File
@@ -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)