Skip to content

Commit

Permalink
Carrotshiv remove (#630)
Browse files Browse the repository at this point in the history
## Что этот PR делает

Кажется из-за ошибки или устаревшего названия в моде aesthetics_sounds
появился дубликат обычного ножа - knife/carrotshiv, но не со звуками
ножа, упоминается он только там. Удалил и в мапах заменил обычным ножом

## Почему это хорошо для игры

Удаление дубликата предмета с неправильными звуками

## Changelog

:cl:
del: Carrotshiv remove
/:cl:

<!-- Оба :cl:'а должны быть на месте, что-бы чейнджлог работал! Вы
можете написать свой ник справа от первого :cl:, если хотите. Иначе
будет использован ваш ник на ГитХабе. -->
<!-- Вы можете использовать несколько записей с одинаковым префиксом
(Они используются только для иконки в игре) и удалить ненужные. Помните,
что чейнджлог должен быть понятен обычным игроком. -->
<!-- Если чейнджлог не влияет на игроков(например, это рефактор), вы
можете исключить всю секцию. -->
  • Loading branch information
EtSL33py authored Nov 6, 2023
1 parent 5cc3e46 commit b31e3c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _maps/map_files220/generic/Admin_Zone.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2904,7 +2904,7 @@
/area/admin)
"QP" = (
/obj/structure/table/wood,
/obj/item/kitchen/knife/carrotshiv,
/obj/item/kitchen/knife/shiv/carrot,
/turf/simulated/floor/plasteel{
icon_state = "hierophant1"
},
Expand Down
2 changes: 1 addition & 1 deletion _maps/map_files220/generic/centcomm.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -31652,7 +31652,7 @@
/area/shuttle/escape)
"wgG" = (
/obj/structure/rack,
/obj/item/kitchen/knife/carrotshiv,
/obj/item/kitchen/knife/shiv/carrot,
/turf/simulated/floor/wood/oak,
/area/wizard_station)
"wgM" = (
Expand Down
2 changes: 1 addition & 1 deletion modular_ss220/aesthetics_sounds/code/items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/generic1.ogg'
pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/generic1.ogg'

/obj/item/kitchen/knife/carrotshiv
/obj/item/kitchen/knife/shiv/carrot
drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/generic1.ogg'
pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/generic1.ogg'

Expand Down

0 comments on commit b31e3c1

Please sign in to comment.