Bug - Fixed few more item data mishaps

xKiv

Active member
First, some unknown items ...
Code:
Looking at item #6107...
Unknown item found: Artist's Crème Brulée Torch of Fury (6107, 769923393)
--------------------
6107 Artist's Crème Brulée Torch of Fury 769923393 bruleetorch.gif none, combat t,d 11 Artist's Crème Brulee Torches of Fury
# Artist's Crème Brulée Torch of Fury
--------------------
Examining a custom tab in closet...
Updating inventory...
Looking at item #6398...
Unknown item found: black glass (6398, 201304219)
--------------------
6398 black glass 201304219 blackglass.gif accessory q 0
black glass 0 none
# black glass
--------------------
(mall url for the torch has, according to firebug, /mall.php?justitems=0&pudnuggler=%22Artist%27s+Cr%26egrave%3Bme+Brul%26eacute%3Be+Torch+of+Fury%22 , so it's probably Artist's Crème Brulée Torch of Fury)

Missing plural:
Code:
KOL:	You acquire 27 bottles of Mer-kin strongjuice
mafia: plural => Mer-kin strongjuices

Missing multiuse flag for (same script as last time, except I commented anything with store or DC) - biggest offenders are pulled taffies:
ASCII fu manchu: mafiaSingle(true), isInMulti(true)
censored can label: mafiaSingle(true), isInMulti(true)
cheap clip-on ninja tie: mafiaSingle(true), isInMulti(true)
cube of ectoplasm: mafiaSingle(true), isInMulti(true)
demonic surgical gloves: mafiaSingle(true), isInMulti(true)
ectoplasm <i>au jus</i>: mafiaSingle(true), isInMulti(true)
giant jar of protein powder: mafiaSingle(true), isInMulti(true)
Illuminati earpiece: mafiaSingle(true), isInMulti(true)
Mer-kin cancerstick: mafiaSingle(true), isInMulti(true)
Mer-kin fitbrine: mafiaSingle(true), isInMulti(true)
pulled green taffy: mafiaSingle(true), isInMulti(true)
pulled indigo taffy: mafiaSingle(true), isInMulti(true)
pulled orange taffy: mafiaSingle(true), isInMulti(true)
pulled red taffy: mafiaSingle(true), isInMulti(true)
pulled violet taffy: mafiaSingle(true), isInMulti(true)
pulled yellow taffy: mafiaSingle(true), isInMulti(true)
rusty hedge trimmers: mafiaSingle(true), isInMulti(true)
salt water taffy: mafiaSingle(true), isInMulti(true)
sugar plum: mafiaSingle(true), isInMulti(true)
tube of herbal ointment: mafiaSingle(true), isInMulti(true)
 

slyz

Developer
Thanks, r12027.

EDIT: Actually, I forgot the black glass, but that will go in my next commit.
 
Last edited:

Veracity

Developer
Staff member
rusty hedge trimmers: mafiaSingle(true), isInMulti(true)
This is intentional. I made the "use link" actually work when the item drops after combat. See commit 11844.

Please explain to me exactly what happens when you "use multiple" rusty hedge trimmers from raw KoL. Does it actually use more than one - redirect you to a choice adventure, let you go through the choice chain, and then, whaen that is done redirect you again? Or does it actually just use one of them?

Commit 12037 adds new code to make the rusty hedge trimmers use link work, whether or not it is marked "multiple". I am not happy that I had to fix the use link a second time.
 

xKiv

Active member
Please explain to me exactly what happens when you "use multiple" rusty hedge trimmers from raw KoL. Does it actually use more than one - redirect you to a choice adventure, let you go through the choice chain, and then, whaen that is done redirect you again? Or does it actually just use one of them?

Sorry. I tried, but apparently it can do anything only for somebody who's still on the quest. (see the other thread, where I posted the response for that, which is also on the wiki .. actually, does mafia know that the trimmers are not used up if I try to use them after clearing the quest?)
 
Top