mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 10:05:27 +01:00
Bonus Pens
Wanted to add these neat looking pens since its related to the briefcases.
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user