diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm
index 18fd39f3842..e4026eff2ae 100644
--- a/code/datums/uplink_item.dm
+++ b/code/datums/uplink_item.dm
@@ -760,8 +760,10 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
Unable to be understood by vampire and changeling agents."
reference = "SCS"
item = /obj/item/sleeping_carp_scroll
+ refund_path = /obj/item/sleeping_carp_scroll
cost = 17
excludefrom = list(/datum/game_mode/nuclear)
+ refundable = TRUE
/datum/uplink_item/stealthy_weapons/throwingweapons
name = "Box of Throwing Weapons"
diff --git a/code/modules/martial_arts/martial.dm b/code/modules/martial_arts/martial.dm
index 074cf72b55b..26e6a2e873c 100644
--- a/code/modules/martial_arts/martial.dm
+++ b/code/modules/martial_arts/martial.dm
@@ -165,10 +165,10 @@
return
if(user.mind && (user.mind.changeling || user.mind.vampire)) //Prevents changelings and vampires from being able to learn it
if(user.mind && user.mind.changeling) //Changelings
- to_chat(user, "We try multiple times, but we are not able to comprehend the contents of the scroll!")
+ to_chat(user, "We try multiple times, but we are not able to comprehend the contents of the scroll!")
return
else //Vampires
- to_chat(user, "Your blood lust distracts you too much to be able to concentrate on the contents of the scroll!")
+ to_chat(user, "Your blood lust distracts you too much to be able to concentrate on the contents of the scroll!")
return
to_chat(user, "You have learned the ancient martial art of the Sleeping Carp! \