Bonus Pens

Wanted to add these neat looking pens since its related to the briefcases.
This commit is contained in:
klaasjared
2021-08-18 02:50:08 -04:00
parent 1418044e6b
commit 2ff0b4a125
2 changed files with 14 additions and 2 deletions
+14 -2
View File
@@ -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"
/*
Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 22 KiB