From 0c1aed9989bfaf18e9acb47ebf5fdca41d0428f0 Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Wed, 22 Nov 2023 12:40:29 +0300 Subject: [PATCH] [MIRROR] Sleeping Carp grant scroll no longer says deflect with throw mode (#609) * [MIRROR] Sleeping Carp grant scroll no longer says deflect with throw mode [MDB IGNORE] (#24980) * Sleeping Carp grant scroll no longer says deflect with throw mode (#79656) ## About The Pull Request https://github.com/tgstation/tgstation/pull/79517 changed sleeping carp to use combat mode to deflect instead of throw mode, but didn't change the grant scroll text to reflect. I doubt anyone reads that anyways. * Sleeping Carp grant scroll no longer says deflect with throw mode --------- Co-authored-by: 1393F <59183821+1393F@users.noreply.github.com> * Update sleeping_carp.dm --------- Co-authored-by: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Co-authored-by: 1393F <59183821+1393F@users.noreply.github.com> Co-authored-by: ReezeBL --- code/game/objects/items/granters/martial_arts/sleeping_carp.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/granters/martial_arts/sleeping_carp.dm b/code/game/objects/items/granters/martial_arts/sleeping_carp.dm index ab3e343b28d..a6b0ac58225 100644 --- a/code/game/objects/items/granters/martial_arts/sleeping_carp.dm +++ b/code/game/objects/items/granters/martial_arts/sleeping_carp.dm @@ -5,7 +5,7 @@ desc = "A scroll filled with strange markings. It seems to be drawings of some sort of martial art." greet = "You have learned the ancient martial art of the Sleeping Carp! Your hand-to-hand combat has become much more effective, and you are now able to deflect any projectiles \ directed toward you while in Throw Mode. Your body has also hardened itself, granting extra protection against lasting wounds that would otherwise mount during extended combat. \ - However, you are also unable to use any ranged weaponry. You can learn more about your newfound art by using the Recall Teachings verb in the Sleeping Carp tab." + However, you are also unable to use any ranged weaponry. You can learn more about your newfound art by using the Recall Teachings verb in the Sleeping Carp tab." // FF edit. Original: ... while in Combat Mode. ... icon = 'icons/obj/scrolls.dmi' icon_state = "sleepingcarp" worn_icon_state = "scroll"