I'm having some rather strange troubles with a custom workshop and its related reaction.
As a practice exercise I decided to put together a custom workshop of dimensions 1x1 that had a single training reaction.
I wrote up the raws for the workshop, the reaction, and altered the entity_default.txt file appropriately.
However I've had absolutely no success getting DF to display the reaction in the workshop menu at all. The reaction doesn't show up in the job manager screen either (in distinct contrast with Shukaro's troubles from July).
Here are the Raws I created:
building_desk.txt
building_desk
[OBJECT:BUILDING]
[BUILDING_WORKSHOP:DESK]
[NAME:Desk]
[NAME_COLOR:7:0:1]
[DIM:1:1]
[WORK_LOCATION:1:1]
[BUILD_LABOR:MASON]
[BUILD_KEY:CUSTOM_SHIFT_D]
[BLOCK:1:0]
[DIM:1:1]
[TILE:0:1:42]
[COLOR:0:1:7:0:0]
[TILE:1:1:116]
[COLOR:1:1:7:0:0]
[TILE:2:1:84]
[COLOR:2:1:7:0:0]
[TILE:3:1:209]
[COLOR:3:1:7:0:0]
[BUILD_ITEM:1:TABLE:NONE:NONE:NONE][CAN_USE_ARTIFACT]
[BUILD_ITEM:1:NONE:NONE:NONE:NONE][BUILDMAT][WORTHLESS_STONE_ONLY][CAN_USE_ARTIFACT]
reaction_desk.txt
reaction_desk
[OBJECT_REACTION]
[REACTION:STUDY_MASONRY]
[NAME:Study Masonry]
[BUILDING:DESK:NONE]
[SKILL:MASONRY]
Added these to the entity_default.txt
[PERMITTED_BUILDING:DESK]
[PERMITTED_REACTION:STUDY_MASONRY]
I've been through several world regens attempting to get this to work and nothing has shown up.
I also added in Shaostoul's Training buildings he provided on the wiki.
His buildings and reactions worked perfectly.
Needless to say, I'm greatly confused. Any help would be greatly appreciated.