Remove PB&J Pup help

master
Wuzzy 2017-05-26 03:09:02 +02:00
parent ed6f31513f
commit 758748bd0f
2 changed files with 0 additions and 7 deletions

View File

@ -10,7 +10,6 @@ farming
flowers
fire
nyancat?
pbj_pup
screwdriver
stairs
tnt

View File

@ -229,9 +229,6 @@ local export_longdesc = {
["nyancat:nyancat"] = nyandesc,
["nyancat:nyancat_rainbow"] = rainbowdesc,
["pbj_pup:pbj_pup"] = S("The peanut butter & jelly pup (PB&J Pup) is a weird cubic creature which is partly dog, partly sandwich and likes to bark and howl frequently. It can be dug easily by simple tools. PB&J pups are usually followed by a trail of PB&J Pup Candies. PB&J Pups can be eaten, which restores your HP by 5 immediately and makes you bark and howl and further increase your health for about 5 minutes after eating it."),
["pbj_pup:pbj_pup_candies"] = S("A block of candies made by a peanut butter & jelly pup (PB&J Pups). This block can be eaten, which restores your HP by 5 immediately and makes you bark and howl and further increase your health for about 5 minutes after eating it."),
["default:book"] = S("A book is used to store notes and to make bookshelves."),
["default:book_written"] = S("A book is used to store notes and to make bookshelves. Books with text contain notes and can be copied."),
["default:grass_1"] = S("Grass can be found in large quantities in open plains. It comes in 5 different sizes but doesn't grow. There's a small chance it turns neighbor dirt blocks into dirt with grass, when they're in sunlight."),
@ -544,9 +541,6 @@ local export_usagehelp = {
["farming:hoe_mese"] = hoeuse,
["farming:hoe_diamond"] = hoeuse,
["pbj_pup:pbj_pup"] = eat,
["pbj_pup:pbj_pup_candies"] = eat,
["default:key"] = S("Wield the key and right-click on a locked thing to attempt to access it. If the key fits, you perform the action (e.g. you open a door). If it doesn't fit, the key does nothing."),
["default:skeleton_key"] = S("Go to the locked thing you own to match the key for. Right-click on it to turn the skeleton key into a key and permanently match it to the locked thing. Any player who possesses this key can now access the locked thing you have selected—but only this! Note that you don't need keys for the things you own. If the locked thing has been removed, the key will stop working."),
}