summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/dat/descript/items.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/descript/items.txt b/crawl-ref/source/dat/descript/items.txt
index 7fc17149ab..22570b2772 100644
--- a/crawl-ref/source/dat/descript/items.txt
+++ b/crawl-ref/source/dat/descript/items.txt
@@ -700,7 +700,15 @@ user, with a small cost attached.
%%%%
large rock
-A rock, used by giants as a missile.
+A rock, used by giants as a missile. {{
+if string.find(you.race(), "Ogre")
+ or you.race() == "Troll"
+then
+ return ""
+else
+ return "Unfortunately, it is too heavy and awkward for you to use."
+end
+}}
%%%%
large shield