Gives the captain a somewhat robust golden fountain pen, and some others an average fountain pen.

This commit is contained in:
CitadelStationBot
2017-06-16 20:12:20 -05:00
parent f659a0923e
commit 3f92d14933
8 changed files with 66 additions and 4 deletions
@@ -879,3 +879,11 @@
/obj/item/weapon/storage/box/silver_sulf/PopulateContents()
for(var/i in 1 to 7)
new /obj/item/weapon/reagent_containers/pill/patch/silver_sulf(src)
/obj/item/weapon/storage/box/fountainpens
name = "box of fountain pens"
/obj/item/weapon/storage/box/fountainpens/PopulateContents()
for(var/i in 1 to 7)
new /obj/item/weapon/pen/fountain(src)