ID:139431
 
Code:Kyuubi
mob/general_npc
kyuubi
name="Kyuubi"
icon='KUyubi.dmi'


Problem description:
The icon is 92x102 when the mob is summoned the icon is squized down to 32x32. Why wont the mob show up as 92x102
That's because tiles are 32 x 32 pixels.


Unless something changed; If you want them bigger, you will either have to either make extra objects *or* use overlays. Then the icon would be split into states.

Also, you will want the icon sizes to be in multiples of 32. So 64x64 or 96x96 etc (it does not have to take up all of that space).