Temple of The Roguelike Forums
Development => Programming => Topic started by: Krice on November 11, 2007, 10:45:08 AM
-
This one was a bit of surprise. For some reason and suddenly the game creates an item called "fuck" in the player's inventory. Examine says it's a long sword and it looks like a long sword when you drop it, but in the inventory and when you look it's a fuck:
http://koti.mbnet.fi/paulkp/temp/fuck.jpg
-
Hahahahahahahahahahahahahahahahah!!!! That's hilarious! :D
Run a search for that word on your source code... is that the word you print for debugging? My personal favourites are "lala", "xixi" and "coco", the last two of which mean "pee" and "poo" *grin*
-
It was in item database. I now remember that I wanted to remove weapons that were basically same (long sword and some another swords of same type) and changed the name to indicate that I want to remove that item from the database. But I guess it's pretty dumb. I'll just go with the items I already have.