Skip to content

Commit

Permalink
Bring training bomb back (#1704)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Возвращает спрайт тренировочной нюке.

## Почему это хорошо для игры
Тренировочную нюку видно.

## Тестирование
Увидел тренировочную нюку.
Стандартная нюка все еще праздничная.

## Changelog

:cl: Maxiemar
fix: Тренировочную нюку снова видно.
/:cl:
  • Loading branch information
m-dzianishchyts authored Dec 19, 2024
1 parent c911aa4 commit eac7b06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modular_ss220/events/code/christmas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ GLOBAL_LIST_EMPTY(possible_gifts)
for(var/obj/structure/reagent_dispensers/beerkeg/nuke/beernuke in world)
beernuke.icon = 'modular_ss220/events/icons/nuclearbomb.dmi'
for(var/obj/machinery/nuclearbomb/nuke in world)
nuke.icon = 'modular_ss220/events/icons/nuclearbomb.dmi'
if(nuke.type == /obj/machinery/nuclearbomb)
nuke.icon = 'modular_ss220/events/icons/nuclearbomb.dmi'
// Новогодние цветочки (И снеговик)
for(var/obj/item/kirbyplants/plants in world)
plants.icon = 'modular_ss220/events/icons/xmas.dmi'
Expand Down

0 comments on commit eac7b06

Please sign in to comment.