ID:2088802
 
(See the best response by Ter13.)
Code:
Spacepod
icon = 'Spacepod.dmi'
coppercost = 550
goldcost = 250
ironcost = 375
mythrilcost = 250


Problem description:


The spacepod uses an icon that was originally 100x100, cut up into tiles now. How exactly do I use these? 0,0, 0,1, 1,1, et cetera.


Image here.

Best response
TILED_ICON_MAP is deprecated.

You don't need to cut up your icons into 32x32 chunks anymore. BYOND has supported icons larger than the tile size since 2009.

Look up world.map_format in the dm reference.
In response to Ter13
... I do not know how I forgot this, thanks. Moment of stupidity.