New Content - Implemented Spiritual Fruitcake

fronobulax

Developer
Staff member
--------------------
9254 spiritual fruitcake 831864960 fruitcake.gif food t 0
spiritual fruitcake 3 1 decent 0 0 0 0 Unspaded
# Item spiritual fruitcake
--------------------

In other news, I got
Code:
class java.lang.StackOverflowError: null
java.lang.StackOverflowError
	at net.sourceforge.kolmafia.persistence.ItemDatabase.getCanonicalName(ItemDatabase.java:1274)
	at net.sourceforge.kolmafia.persistence.ItemDatabase.getItemIds(ItemDatabase.java:1201)
	at net.sourceforge.kolmafia.persistence.ItemDatabase.getItemId(ItemDatabase.java:1158)

with the last three lines repeated more times than I care to count. I have not looked at the code, but I suspect an interaction between a previously working script that iterates over $item[] and the presence of a "new" item.
 
Top