Skip to content

Commit

Permalink
Случайно сделал stash, а не stage в прошлом коммите
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanM committed Jan 29, 2024
1 parent b848eab commit b7d6f5f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modular_ss220/objects/_objects.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/datum/modpack/objects
name = "Объекты"
desc = "В основном включает в себя портированные объекты и всякие мелочи, которым не нужен отдельный модпак."
author = "dj-34"
author = "dj-34, The-main-answer-42"

// Maybe it would be better, if i didn't make it modular, because i can't change order in the recipe list :catDespair:
/datum/modpack/objects/initialize()
Expand Down
7 changes: 7 additions & 0 deletions modular_ss220/objects/_objects.dme
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@
#include "code/musician.dm"
#include "code/flag.dm"
#include "code/wallets.dm"

// Tress
#include "code/trees.dm"

// Effects
#include "code/effects/blossom.dm"
#include "code/effects/sakura_leaves.dm"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/obj/effect/blossom
name = "Цветение сакуры"
desc = "Метель из лепестков сакуры"
icon = 'modular_ss220/flora/icons/sakura.dmi'
icon = 'modular_ss220/objects/icons/sakura.dmi'
icon_state = "blossom_less"
pixel_y = 10
layer = 9.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
desc = "Опавшие листья сакуры"
density = FALSE
layer = TURF_DECAL_LAYER
icon = 'modular_ss220/flora/icons/sakura.dmi'
icon = 'modular_ss220/objects/icons/sakura.dmi'
icon_state = "leaves_on_ground"

// нужен метод, который позволяет поджечь листвую => декаль должен исчезнуть. Это он?
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/obj/structure/flora/tree/sakura
name = "Сакура"
desc = "Зимняя вишня в цвету. Красота!"
icon = 'modular_ss220/flora/icons/sakura.dmi'
icon = 'modular_ss220/objects/icons/sakura.dmi'
icon_state = "cherry_blossom_1"
pixel_y = 10

Expand Down
File renamed without changes.

0 comments on commit b7d6f5f

Please sign in to comment.