diff --git a/code/game/objects/items/weapons/storage/briefcase.dm b/code/game/objects/items/weapons/storage/briefcase.dm index ed4d8fdbbe..a3cc27d926 100644 --- a/code/game/objects/items/weapons/storage/briefcase.dm +++ b/code/game/objects/items/weapons/storage/briefcase.dm @@ -20,4 +20,13 @@ force = 0 w_class = ITEMSIZE_NORMAL max_w_class = ITEMSIZE_SMALL - max_storage_space = ITEMSIZE_COST_SMALL * 4 \ No newline at end of file + max_storage_space = ITEMSIZE_COST_SMALL * 4 + +/obj/item/weapon/storage/briefcase/bookbag + name = "bookbag" + desc = "A small bookbag for holding... things other than books?" + icon_state = "bookbag" + force = 4.0 + w_class = ITEMSIZE_LARGE + max_w_class = ITEMSIZE_NORMAL + max_storage_space = ITEMSIZE_COST_NORMAL * 4 \ No newline at end of file diff --git a/code/modules/paperwork/pen.dm b/code/modules/paperwork/pen.dm index 5f5a088b5b..52234db86a 100644 --- a/code/modules/paperwork/pen.dm +++ b/code/modules/paperwork/pen.dm @@ -44,9 +44,21 @@ colour = "red" /obj/item/weapon/pen/fountain - desc = "A well made fountain pen." + desc = "A well made fountain pen, with a faux wood body." icon_state = "pen_fountain" +/obj/item/weapon/pen/fountain2 + desc = "A well made fountain pen, with a faux wood body. This one has golden accents." + icon_state = "pen_fountain" + +/obj/item/weapon/pen/fountain3 + desc = "A well made expesive rosewood pen with golden accents. Very pretty." + icon_state = "pen_fountain" + +/obj/item/weapon/pen/fountain4 + desc = "command fountain pen" + icon_state = "A well made and expensive fountain pen. The nib is quite sharp." + /obj/item/weapon/pen/multi desc = "It's a pen with multiple colors of ink!" var/selectedColor = 1 @@ -190,7 +202,7 @@ colour = "red" /obj/item/weapon/pen/blade/fountain - desc = "A well made fountain pen." + desc = "A well made fountain pen, with a faux wood body." icon_state = "pen_fountain" /* diff --git a/icons/inventory/back/item.dmi b/icons/inventory/back/item.dmi index 050a938805..daa2c46449 100644 Binary files a/icons/inventory/back/item.dmi and b/icons/inventory/back/item.dmi differ diff --git a/icons/inventory/back/item_vr.dmi b/icons/inventory/back/item_vr.dmi index 8e5af1c2af..942813b127 100644 Binary files a/icons/inventory/back/item_vr.dmi and b/icons/inventory/back/item_vr.dmi differ diff --git a/icons/inventory/back/mob_vr.dmi b/icons/inventory/back/mob_vr.dmi index d5e2ef5adf..bfede208b8 100644 Binary files a/icons/inventory/back/mob_vr.dmi and b/icons/inventory/back/mob_vr.dmi differ diff --git a/icons/obj/bureaucracy.dmi b/icons/obj/bureaucracy.dmi index 039ea5b632..0c727bddc9 100644 Binary files a/icons/obj/bureaucracy.dmi and b/icons/obj/bureaucracy.dmi differ diff --git a/icons/obj/storage.dmi b/icons/obj/storage.dmi index 4bcc601e70..b5f2005745 100644 Binary files a/icons/obj/storage.dmi and b/icons/obj/storage.dmi differ