[EE] Adds Brass Pocketwatch Reward Item (#31963)
* [EE] Adds Brass Pocketwatch Reward Item * Update code/modules/customitems/item_defines.dm Co-authored-by: Miles <116982774+Burzah@users.noreply.github.com> Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> * Skkulakin vox sprites * Adjustment --------- Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Co-authored-by: Miles <116982774+Burzah@users.noreply.github.com>
@@ -1756,5 +1756,20 @@
|
||||
"Kidan" = 'icons/mob/clothing/species/kidan/neck.dmi',
|
||||
"Vox" = 'icons/mob/clothing/species/vox/neck.dmi')
|
||||
|
||||
/obj/item/clothing/neck/necklace/reward/brass_watch
|
||||
name = "brass pocketwatch"
|
||||
desc = "A classy brass pocketwatch, complete with a matching chain to attach it to your uniform. It has \"Event Extravaganza '26\" engraved on the inside of the lid."
|
||||
icon = 'icons/obj/custom_items.dmi'
|
||||
icon_state = "brass_pocketwatch"
|
||||
sprite_sheets = list("Drask" = 'icons/mob/clothing/species/drask/neck.dmi',
|
||||
"Grey" = 'icons/mob/clothing/species/grey/neck.dmi',
|
||||
"Kidan" = 'icons/mob/clothing/species/kidan/neck.dmi',
|
||||
"Skkulakin" = 'icons/mob/clothing/species/skkulakin/neck.dmi',
|
||||
"Vox" = 'icons/mob/clothing/species/vox/neck.dmi')
|
||||
|
||||
/obj/item/clothing/neck/necklace/reward/brass_watch/examine(mob/user)
|
||||
. = ..()
|
||||
. += "It is currently [station_time_timestamp()]."
|
||||
|
||||
#undef USED_MOD_HELM
|
||||
#undef USED_MOD_SUIT
|
||||
|
||||
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 9.5 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 9.9 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 102 KiB |