mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-26 09:12:29 +00:00
Adds Notepads (#19617)
Adds a colorable notepad to the loadout, alongside a blue and gold SCC variant to the faction section. The notepad functions identically to the journal. Sprites are by me, or modification of the existing journal sprites.   
This commit is contained in:
@@ -743,3 +743,12 @@
|
||||
scc_headwear["SCC woolen hat"] = /obj/item/clothing/head/wool/scc
|
||||
scc_headwear["SCC woolen hat, alt"] = /obj/item/clothing/head/wool/scc/alt
|
||||
gear_tweaks += new /datum/gear_tweak/path(scc_headwear)
|
||||
|
||||
/datum/gear/faction/scc_notepad
|
||||
display_name = "SCC notepad"
|
||||
description = "A notepad for jotting down notes in corporate meetings. This one is navy blue with a gold SCC logo on the front."
|
||||
path = /obj/item/journal/notepad/scc
|
||||
sort_category = "Factions"
|
||||
cost = 1
|
||||
faction = null
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
|
||||
|
||||
@@ -48,6 +48,12 @@
|
||||
path = /obj/item/journal
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/utility/notepad
|
||||
display_name = "notepad"
|
||||
description = "A notepad for jotting down notes in meetings or interrogations."
|
||||
path = /obj/item/journal/notepad
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/utility/fountainpen
|
||||
display_name = "fountain pen selection"
|
||||
description = "A selection of fountain pens."
|
||||
|
||||
Reference in New Issue
Block a user