ID:138868
 
Code:
    floor16
icon = 'Icons/Turfs/Interior/Object Interior.dmi'
floor16
icon_state = "floor16"

floor17
icon = 'Icons/Turfs/Interior/Object Interior.dmi'
floor17
icon_state = "floor17"

floor18
icon = 'Icons/Turfs/Interior/Object Interior.dmi'
floor18
icon_state = "floor18"

floor19
icon = 'Icons/Turfs/Interior/Object Interior.dmi'
floor19
icon_state = "floor19"



This pertains to Four- Correct codes, that are not registering the icon state although claimed to.





Hello there, I seem to be having a issue with my turfs. A majority of them show while the remainders do not. I've gone over the codes multiple times, but the problem still arises; its not registering the icon file state even though the location, and name of the icon state is correct ( Though it claims to have registered them with no errors). Any feed back on how to clear this issue would be much appreciated.

turf
floor19
icon = 'Icons/Turfs/Interior/Object Interior.dmi'
icon_state = "floor19"
In response to Raimo
Accordingly, turf doesn't need to be put above every one, and I already have it. I should also rephrase myself by saying objects are also turfs in my line of game, and 30% of them aren't showing even though they're labeled objects (obj).
In response to Anarchyy
I know turf doesn't need to be placed above everything. turf was not in your snippet. Also, just try changing floor19 to this and check if it works.

floor19
icon = 'Icons/Turfs/Interior/Object Interior.dmi'
icon_state = "floor19"