I'm trying to add in a shipyard flag to use instead of the import flag for engineers trying to build ships. I've added the ROOM_SHIPYARD into the mud.h file with the other room flags, as well as adding "shipyard" into the same place as the other room flags into build.c, and updated the designship.c file to reflect the new room flag requirement.
After re-compiling and trying it, it does not go through with the process of building the ship, however if I change it back to the original or a pre-existing flag, such as ROOM_BANK, it works fine, as well as removing the condition (obviously). So, either I am missing putting something else in for the shipyard flag, or it doesn't like me, not sure which lol
This is the Dark Warriors code as well.
After re-compiling and trying it, it does not go through with the process of building the ship, however if I change it back to the original or a pre-existing flag, such as ROOM_BANK, it works fine, as well as removing the condition (obviously). So, either I am missing putting something else in for the shipyard flag, or it doesn't like me, not sure which lol
This is the Dark Warriors code as well.