diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index ca54cf14f9d..a236bc17c3d 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -148,7 +148,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) /datum/uplink_item/jobspecific/mimery name = "Guide to Advanced Mimery Series" - desc = "Contains two manuals to teach you advanced Mime skills. You will be able to shoot stunning bullets out of your fingers, and creates large walls that can block an entire hallway!" + desc = "Contains two manuals to teach you advanced Mime skills. You will be able to shoot stunning bullets out of your fingers, and create large walls that can block an entire hallway!" reference = "AM" item = /obj/item/storage/box/syndie_kit/mimery cost = 10 diff --git a/code/game/objects/items/weapons/storage/uplink_kits.dm b/code/game/objects/items/weapons/storage/uplink_kits.dm index 85a12e69505..8f72b7c9e04 100644 --- a/code/game/objects/items/weapons/storage/uplink_kits.dm +++ b/code/game/objects/items/weapons/storage/uplink_kits.dm @@ -216,7 +216,7 @@ new /obj/item/gun/projectile/revolver/doublebarrel/improvised/cane(src) /obj/item/storage/box/syndie_kit/mimery - name = "mimery kit" + name = "advanced mimery kit" /obj/item/storage/box/syndie_kit/mimery/New() ..()