From bd4108c094cf45a874acca872bfb35295eb80c4f Mon Sep 17 00:00:00 2001 From: Useroth Date: Tue, 28 May 2019 09:04:13 +0200 Subject: [PATCH] ... --- code/modules/uplink/uplink_items.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/uplink/uplink_items.dm b/code/modules/uplink/uplink_items.dm index 43a4c582ca..fd15775e55 100644 --- a/code/modules/uplink/uplink_items.dm +++ b/code/modules/uplink/uplink_items.dm @@ -839,7 +839,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) datum/uplink_item/stealthy_tools/taeclowndo_shoes name = "Tae-clown-do Shoes" - desc = "A pair of shoes for the most elite agents of the honkmotherland. They grant the mastery of taeclowndo as long as they're worn." + desc = "A pair of shoes for the most elite agents of the honkmotherland. They grant the mastery of taeclowndo with some honk-fu moves as long as they're worn." cost = 12 item = /obj/item/clothing/shoes/clown_shoes/taeclowndo include_modes = list(/datum/game_mode/nuclear/clown_ops) @@ -1391,8 +1391,8 @@ datum/uplink_item/stealthy_tools/taeclowndo_shoes /datum/uplink_item/role_restricted/taeclowndo_shoes name = "Tae-clown-do Shoes" - desc = "A pair of shoes for the most elite agents of the honkmotherland. They grant the mastery of taeclowndo as long as they're worn." - cost = 16 + desc = "A pair of shoes for the most elite agents of the honkmotherland. They grant the mastery of taeclowndo with some honk-fu moves as long as they're worn." + cost = 14 item = /obj/item/clothing/shoes/clown_shoes/taeclowndo restricted_roles = list("Clown")