// Used by playing cards; /obj/item/hand // Subtype exists because of sendResources; these must be sent when the client connects. /datum/html_interface/cards/New() . = ..() src.head = src.head + "" src.updateLayout("
") /datum/html_interface/cards/registerResources(var/list/resources = list()) resources["cards.css"] = 'cards.css' resources["cards.png"] = 'cards.png' ..(resources)