Skip to content

Commit

Permalink
Tweaks my own donator items a little bit (#2187)
Browse files Browse the repository at this point in the history
tweaks
  • Loading branch information
SomeRandomOwl authored and StealsThePRs committed Apr 26, 2024
1 parent 56d283a commit 1d06d7b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
Binary file modified modular_nova/master_files/icons/donator/mob/clothing/head.dmi
Binary file not shown.
Binary file not shown.
Binary file modified modular_nova/master_files/icons/donator/obj/clothing/hats.dmi
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -595,10 +595,10 @@
// Donation reward for SomeRandomOwl
/obj/item/toy/plush/nova/snow_owl
name = "snowy owl plush"
desc = "A very soft plush resembling a feathery and witch like owl who is known to frequent science and medical."
desc = "A very soft plush resembling a feathery snow owl. It has a cute witch like hat and hoots every time you squeeze it. It smells faintly of oreo cookies."
icon_state = "plushie_owl"
attack_verb_continuous = list("hoots", "screms", "hugs")
attack_verb_simple = list("hoot", "screm", "hug")
attack_verb_continuous = list("nuzzles", "hoots", "hugs")
attack_verb_simple = list("nuzzle", "hoot", "hug")
squeak_override = list('modular_nova/modules/emotes/sound/voice/hoot.ogg' = 1)

// Donation reward for Jolly66
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1623,13 +1623,14 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/contraband/korpstech, 32)
spans = list("glossy")

//reward for SomeRandomOwl
/obj/item/clothing/head/costume/strigihat
/obj/item/clothing/head/costume/owlhat
name = "starry witch hat"
desc = "A cute witch hat typically worn by an owl-like teshari."
desc = "A cute witch hat typically worn by a random owl that can sometimes be spotted on station."
icon = 'modular_nova/master_files/icons/donator/obj/clothing/hats.dmi'
worn_icon = 'modular_nova/master_files/icons/donator/mob/clothing/head.dmi'
worn_icon_teshari = 'modular_nova/master_files/icons/donator/mob/clothing/head_teshari.dmi'
icon_state = "strigihat"
icon_state = "owlhat"
worn_y_offset = 2

//Donation reward for Razurath
/obj/item/clothing/head/razurathhat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@

/datum/loadout_item/head/somerandomowl
name = "Starry Witch Hat"
item_path = /obj/item/clothing/head/costume/strigihat
item_path = /obj/item/clothing/head/costume/owlhat
ckeywhitelist = list("somerandomowl")

/datum/loadout_item/head/razurathhat
Expand Down

0 comments on commit 1d06d7b

Please sign in to comment.