Skip to content

Commit

Permalink
Новые рожки (ArkStation13#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kush1Push1 authored Aug 7, 2024
1 parent 7699d41 commit f74e216
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -8799,6 +8799,7 @@
#include "zov_modular_arkstation\modules\light-change\code.dm"
#include "zov_modular_arkstation\modules\markings\code\eyes.dm"
#include "zov_modular_arkstation\modules\markings\code\hair.dm"
#include "zov_modular_arkstation\modules\markings\code\horns.dm"
#include "zov_modular_arkstation\modules\markings\code\snouts.dm"
#include "zov_modular_arkstation\modules\markings\code\wings.dm"
#include "zov_modular_arkstation\modules\mecha-size\code.dm"
Expand Down
7 changes: 7 additions & 0 deletions zov_modular_arkstation/modules/markings/code/horns.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/datum/sprite_accessory/horns/ark_horns
name = null // Чтобы не отображалось в меню выбора
icon = 'zov_modular_arkstation/modules/markings/icons/horns.dmi'

/datum/sprite_accessory/horns/ark_horns/hopefulhorns
name = "Hopeful Horns (Alt)"
icon_state = "hopefulhorns_alt"
Binary file not shown.

0 comments on commit f74e216

Please sign in to comment.