From 4102faf1d6b49bba57c91ece04b4eb0aedbd24d4 Mon Sep 17 00:00:00 2001 From: "B.A.L" Date: Sun, 18 Nov 2018 22:34:54 -0700 Subject: [PATCH] Refunds and text warning --- code/datums/uplink_item.dm | 2 ++ code/modules/martial_arts/martial.dm | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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! \