Skip to content

Commit

Permalink
Update misc.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel authored Sep 11, 2024
1 parent d4fe649 commit 7f709a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/modules/clothing/head/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
/obj/item/clothing/head/pirate
name = "pirate hat"
cases = list("пиратская шляпа", "пиратской шляпы", "пиратской шляпе", "пиратскую шляпу", "пиратской шляпой", "пиратской шляпе")
desc = "Яр-р."
desc = "Ар-р."
gender = FEMALE
icon_state = "pirate"
item_state = "pirate"
Expand All @@ -200,7 +200,7 @@
/obj/item/clothing/head/hgpiratecap
name = "pirate hat"
cases = list("пиратская шляпа", "пиратской шляпы", "пиратской шляпе", "пиратскую шляпу", "пиратской шляпой", "пиратской шляпе")
desc = "Яр-р."
desc = "Ар-р."
gender = FEMALE
icon_state = "hgpiratecap"
item_state = "hgpiratecap"
Expand All @@ -209,7 +209,7 @@
/obj/item/clothing/head/bandana
name = "pirate bandana"
cases = list("пиратская бандана", "пиратской банданы", "пиратской бандане", "пиратскую бандану", "пиратской банданой", "пиратской бандане")
desc = "Яр-р."
desc = "Ар-р."
gender = FEMALE
icon_state = "bandana"
item_state = "bandana"
Expand Down Expand Up @@ -309,7 +309,7 @@
/obj/item/clothing/head/xenos
name = "xenos helmet"
cases = list("ксеношлем", "ксеношлема", "ксеношлему", "ксеношлем", "ксеношлемом", "ксеношлеме")
desc = "Шлем, сделанный из хитиновой шкуры чужого."
desc = "Шлем, сделанный из хитина чужого."
gender = MALE
icon_state = "xenos"
item_state = "xenos_helm"
Expand Down

0 comments on commit 7f709a8

Please sign in to comment.