Shiptest 13 - Modules - Types

code/game/machinery/bounty_board.dm

/obj/machinery/bounty_boardA machine that acts basically like a quest board. Enables crew to create requests, crew can sign up to perform the request, and the requester can chose who to pay-out.
/datum/station_requestA combined all in one datum that stores everything about the request, the requester's account, as well as the requestee's account All of this is passed to the Request Console UI in order to present in organized way.