mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Nerfs the cybersun hardsuit and moves it out of the uplink (#50721)
* nerf * nerf this * description
This commit is contained in:
@@ -1258,22 +1258,6 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
cost = 8
|
||||
exclude_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops) //you can't buy it in nuke, because the elite hardsuit costs the same while being better
|
||||
|
||||
/datum/uplink_item/suits/hardsuit/cybersun
|
||||
name = "Cybersun Hardsuit"
|
||||
desc = "A long forgotten hardsuit made by Cybersun industries. \
|
||||
Offers ROBUST protection against laser-based weapons, while still giving somewhat good chances \
|
||||
to survive assault from a toolbox or shotgun. \
|
||||
Not to mention, it doesn't slow you down and contains an integrated jetpack that runs on standard tanks. \
|
||||
Systems in this hardsuit make it really hard to take it off from you."
|
||||
item = /obj/item/clothing/suit/space/hardsuit/cybersun
|
||||
cost = 14
|
||||
exclude_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops) //nuke and clown ops get it for lower value
|
||||
|
||||
/datum/uplink_item/suits/hardsuit/cybersun/nuke
|
||||
cost = 8
|
||||
include_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops)
|
||||
exclude_modes = list()
|
||||
|
||||
/datum/uplink_item/suits/hardsuit/elite
|
||||
name = "Elite Syndicate Hardsuit"
|
||||
desc = "An upgraded, elite version of the Syndicate hardsuit. It features fireproofing, and also \
|
||||
@@ -1967,7 +1951,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
cost = 1
|
||||
include_modes = list(/datum/game_mode/nuclear/clown_ops)
|
||||
illegal_tech = FALSE
|
||||
|
||||
|
||||
/datum/uplink_item/badass/tactical_naptime
|
||||
name = "Sleepy Time Pajama Bundle"
|
||||
desc = "Even soldiers need to get a good nights rest. Comes with blood-red pajamas, a blankie, a hot mug of cocoa and a fuzzy friend."
|
||||
|
||||
Reference in New Issue
Block a user