Skip to content

Commit

Permalink
add/bugfix: earrings (#6066)
Browse files Browse the repository at this point in the history
* False_bipki

* Delete

* Earrings

* Big balls

* fix

* fix

* fix

* fix
  • Loading branch information
lolybomb authored Oct 27, 2024
1 parent 364641b commit afd2d93
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions code/modules/clothing/ears/ears.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,23 @@
strip_delay = 15
put_on_delay = 25
resistance_flags = FLAMMABLE

/obj/item/clothing/ears/earrings
name = "Earrings"
desc = "Простые золотые серёжки"
icon_state = "earring_gold"
item_state = "earring_gold"
slot_flags = ITEM_SLOT_EARS
species_restricted = list(SPECIES_HUMAN, SPECIES_VOX, SPECIES_VULPKANIN, SPECIES_TAJARAN, SPECIES_DIONA, SPECIES_DRASK, SPECIES_SLIMEPERSON, SPECIES_SKRELL, SPECIES_MACNINEPERSON, SPECIES_MOTH, SPECIES_NUCLEATION)

/obj/item/clothing/ears/earrings/Nt
name = "Earrings NT"
desc = "Золотые серьги с гравировкой НТ"
icon_state = "earring_NT"
item_state = "earring_NT"

/obj/item/clothing/ears/earrings/silver
name = "Silver earings"
desc = "Простые серебряные серьги"
icon_state = "earring_silver"
item_state = "earring_silver"
2 changes: 1 addition & 1 deletion code/modules/instruments/objs/items/headphones.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
desc = "Unce unce unce unce."
icon_state = "headphones0"
item_state = "headphones0"
slot_flags_2 = ITEM_FLAG_TWOEARS
slot_flags = ITEM_SLOT_EARS
actions_types = list(/datum/action/item_action/change_headphones_song)
var/datum/song/headphones/song
var/on = FALSE
Expand Down
Binary file modified icons/mob/clothing/ears.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/species/monkey/ears.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/species/vox/ears.dmi
Binary file not shown.
Binary file modified icons/obj/items.dmi
Binary file not shown.

0 comments on commit afd2d93

Please sign in to comment.