Skip to content

Commit

Permalink
Fix unsorted modular seed sprite (#1618)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Добавляет замену иконки на иконку исходника, как с икон стейтом
Так что наши семена должны быть с спрайтом

## Тестирование
Вырастил огурец, семена имели спрайт

## Changelog

:cl:
fix: Несортированные огурцы, угливки, гречка и горохострел должны
вернуть свой спрайт
/:cl:
  • Loading branch information
AyIong authored Oct 25, 2024
1 parent e0e69c7 commit 39c793c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modular_ss220/hydroponics/code/plants.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
/obj/item/seeds/cucumber = 3,)
. = ..()

// Unsorted seeds
/obj/item/unsorted_seeds/New(obj/item/seeds/template, mutation_level, list/mutation_focus, seed_data_in = null)
. = ..()
icon = template.icon

// Buckwheat
/obj/item/seeds/wheat/oat
mutatelist = list(/obj/item/seeds/wheat/buckwheat)
Expand Down

0 comments on commit 39c793c

Please sign in to comment.