diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 2641f0e4496..e28992cf0ba 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -46,6 +46,12 @@ desc = "Dark Green beret with an old insignia on it." icon_state = "sparkyninja_beret" +/obj/item/weapon/book/manual/security_space_law/black + name = "Space Law - Limited Edition" + desc = "A leather-bound, immaculately-written copy of JUSTICE." + icon_state = "bookSpaceLawblack" + title = "Space Law - Limited Edition" + ////////////////////////////////// ////////// Fluff Items /////////// ////////////////////////////////// diff --git a/icons/obj/library.dmi b/icons/obj/library.dmi index 3cfdd226e92..3dc1bcadfe8 100644 Binary files a/icons/obj/library.dmi and b/icons/obj/library.dmi differ