Updates Emily Cress' custom item. (#11221)

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2021-02-20 22:20:05 +01:00
committed by GitHub
co-authored by Matt Atlas
parent a5426bebac
commit 67014f3ecf
2 changed files with 5 additions and 5 deletions
+5 -5
View File
@@ -1648,9 +1648,9 @@ All custom items with worn sprites must follow the contained sprite system: http
contained_sprite = TRUE
/obj/item/fluff/cress_book //Lyric Book - Emily Cress - mattatlas
name = "lyric book"
desc = "An old, faded folder containing various alphabetically organized lyrics of several songs, including musical sheets for guitars. A dark purple H is scribbled on the center, along with half a heart on the \
left and a cut on the bottom right. The lyrics inside have two copies each: one in Sol Common and one in Tau Ceti Basic. It generally looks to be hard rock."
name = "lyric folder"
desc = "An old, slightly faded folder containing various alphabetically organized lyrics of several songs, including musical sheets for guitars. The name on the folder reads \"Hyo\". \
The lyrics inside have two copies each: one in Sol Common and one in Tau Ceti Basic. It generally looks to be hard rock or metal, with overall somber lyrics."
icon = 'icons/obj/custom_items/cress_items.dmi'
icon_state = "cress_book"
w_class = ITEMSIZE_SMALL
@@ -1660,9 +1660,9 @@ All custom items with worn sprites must follow the contained sprite system: http
/obj/item/fluff/cress_book/attack_self(mob/user)
user.setClickCooldown(DEFAULT_ATTACK_COOLDOWN)
user.visible_message("<span class='notice'>[user] begins searching through \the [src] pages.</span>")
user.visible_message("<span class='notice'>[user] begins searching through \the [src]'s pages...</span>")
if(do_after(user, 25))
to_chat(user, "<span class='notice'>You read on the pages of \the [src]: [pick(lyrics)]</span>")
to_chat(user, "<span class='notice'>You pick out a song in the folder and read the lyrics: [pick(lyrics)]</span>")
/obj/item/modular_computer/laptop/fluff/harrow_laptop //Developer's Laptop - Danny Harrow - brainos