Author Topic: Unexpected things  (Read 18704 times)

Krice

  • (Banned)
  • Rogueliker
  • ***
  • Posts: 2316
  • Karma: +0/-2
    • View Profile
    • Email
Unexpected things
« 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

Anvilfolk

  • Rogueliker
  • ***
  • Posts: 374
  • Karma: +0/-0
    • View Profile
Re: Unexpected things
« Reply #1 on: November 11, 2007, 12:58:03 PM »
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*
"Get it hot! Hit it harder!!!"
 - The tutor warcry

One of They Who Are Too Busy

Krice

  • (Banned)
  • Rogueliker
  • ***
  • Posts: 2316
  • Karma: +0/-2
    • View Profile
    • Email
Re: Unexpected things
« Reply #2 on: November 11, 2007, 06:01:47 PM »
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.