Shielded hardsuits

This commit is contained in:
KorPhaeron
2015-12-16 19:57:52 -06:00
parent 6483f9bb78
commit 9e22d7be4e
2 changed files with 144 additions and 1 deletions
+8 -1
View File
@@ -611,7 +611,7 @@ var/list/uplink_items = list()
cost = 8
excludefrom = list(/datum/game_mode/gang)
/datum/uplink_item/device_tools/hardsuit
/datum/uplink_item/device_tools/elite_hardsuit
name = "Elite Syndicate Hardsuit"
desc = "The elite Syndicate hardsuit is worn by only the best nuclear agents. Features much better armoring and complete fireproofing, as well as a built in jetpack. \
When the built in helmet is deployed your identity will be protected, even in death, as the suit cannot be removed by outside forces. Toggling the suit into combat mode \
@@ -621,6 +621,13 @@ var/list/uplink_items = list()
cost = 8
gamemodes = list(/datum/game_mode/nuclear)
/datum/uplink_item/dangerous/shielded_hardsuit
name = "Shielded Hardsuit"
desc = "An advanced hardsuit with built in energy shielding. The shields will rapidly recharge when not under fire."
item = /obj/item/clothing/suit/space/hardsuit/shielded/syndi
cost = 30
gamemodes = list(/datum/game_mode/nuclear)
/datum/uplink_item/device_tools/thermal
name = "Thermal Imaging Glasses"
desc = "These goggles can be turned to resemble common eyewears throughout the station. \