Skip to content

Commit

Permalink
bugfix: fix helmet name (#4879)
Browse files Browse the repository at this point in the history
* fix

* Возвращаю флаг который потерялся
  • Loading branch information
WolfLox authored Apr 14, 2024
1 parent 622399c commit 031fc0d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/clothing/head/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
item_state = "bullethelmet"
armor = list("melee" = 15, "bullet" = 60, "laser" = 10, "energy" = 10, "bomb" = 40, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 50)
dog_fashion = null
flags = BLOCKHAIR | HEADBANGPROTECT
flags_inv = HIDEHEADSETS | HIDEGLASSES | HIDEMASK
flags_cover = HEADCOVERSEYES | HEADCOVERSMOUTH
flash_protect = 1
Expand Down
Binary file modified icons/mob/clothing/species/grey/helmet.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/species/tajaran/helmet.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/species/vulpkanin/helmet.dmi
Binary file not shown.

0 comments on commit 031fc0d

Please sign in to comment.