code/game/objects/items/blueprints.dm 
| AREA_STATION | The area is a "Station" area, showing no special text. |
|---|---|
| AREA_OUTDOORS | The area is in outdoors (lavaland/icemoon/jungle/space), therefore unclaimed territories. |
| AREA_SPECIAL | The area is special (shuttles/centcom), therefore can't be claimed. |
| LEGEND_VIEWING_LIST | The blueprints are currently reading the list of all wire datums. |
| LEGEND_OFF | The blueprints are on the main page. |
| /obj/item/blueprints | Blueprints Used to see the wires of machines on the station, the roundstart layout of pipes/cables/tubes, as well as allowing you to rename existing areas and create new ones. Used by the station, cyborgs, and golems. |
| /obj/item/blueprints/cyborg | Cyborg blueprints - The same as regular but with a different fluff text. |
| /obj/item/blueprints/golem | Golem blueprints - Used to make golem areas that won't give the hazardous area debuffs. |
| /obj/item/blueprints/slime | Slime blueprints - Makes areas colored and compatible with xenobiology camera consoles, one time use. |
Define Details
AREA_OUTDOORS 
The area is in outdoors (lavaland/icemoon/jungle/space), therefore unclaimed territories.
AREA_SPECIAL 
The area is special (shuttles/centcom), therefore can't be claimed.
AREA_STATION 
The area is a "Station" area, showing no special text.
LEGEND_OFF 
The blueprints are on the main page.
LEGEND_VIEWING_LIST 
The blueprints are currently reading the list of all wire datums.