forked from shiptest-ss13/Shiptest
-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #471 from MrCat15352/new_ficha
Add: add logo. Fix: floor painter
- Loading branch information
Showing
11 changed files
with
102 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/datum/modpack/structures | ||
name = "Structures (Структуры)" | ||
desc = "Добавляет статую Копо (находится на зимнем Аванпосту)." | ||
author = "Maybe-Anton" | ||
desc = "Добавляет статую Копо (находится на зимнем Аванпосту), логотип Элизиума и Целадон." | ||
author = "Maybe-Anton, MrCat15352" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,6 @@ | |
#include "_structures.dm" | ||
|
||
#include "code/structures.dm" | ||
#include "code/logo.dm" | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
/obj/effect/turf_decal/elysium_logo | ||
icon = 'mod_celadon/structures/icons/elysium_logo.dmi' | ||
name = "elysium logo" | ||
icon_state = "22" | ||
|
||
/obj/effect/turf_decal/elysium_logo/one_one | ||
icon_state = "11" | ||
|
||
/obj/effect/turf_decal/elysium_logo/one_two | ||
icon_state = "12" | ||
|
||
/obj/effect/turf_decal/elysium_logo/one_three | ||
icon_state = "13" | ||
|
||
/obj/effect/turf_decal/elysium_logo/two_one | ||
icon_state = "21" | ||
|
||
/obj/effect/turf_decal/elysium_logo/two_two | ||
icon_state = "22" | ||
|
||
/obj/effect/turf_decal/elysium_logo/two_three | ||
icon_state = "23" | ||
|
||
/obj/effect/turf_decal/elysium_logo/three_one | ||
icon_state = "31" | ||
|
||
/obj/effect/turf_decal/elysium_logo/three_two | ||
icon_state = "32" | ||
|
||
/obj/effect/turf_decal/elysium_logo/three_three | ||
icon_state = "33" | ||
|
||
//Logo Celadon | ||
/obj/effect/turf_decal/celadon_logo | ||
icon = 'mod_celadon/structures/icons/celadon_logo.dmi' | ||
name = "celadon logo" | ||
icon_state = "22" | ||
|
||
/obj/effect/turf_decal/celadon_logo/one_one | ||
icon_state = "11" | ||
|
||
/obj/effect/turf_decal/celadon_logo/one_two | ||
icon_state = "12" | ||
|
||
/obj/effect/turf_decal/celadon_logo/one_three | ||
icon_state = "13" | ||
|
||
/obj/effect/turf_decal/celadon_logo/two_one | ||
icon_state = "21" | ||
|
||
/obj/effect/turf_decal/celadon_logo/two_two | ||
icon_state = "22" | ||
|
||
/obj/effect/turf_decal/celadon_logo/two_three | ||
icon_state = "23" | ||
|
||
/obj/effect/turf_decal/celadon_logo/three_one | ||
icon_state = "31" | ||
|
||
/obj/effect/turf_decal/celadon_logo/three_two | ||
icon_state = "32" | ||
|
||
/obj/effect/turf_decal/celadon_logo/three_three | ||
icon_state = "33" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/obj/structure/statue/bronze/masson_kills // Origin -> code\game\objects\structures\statues.dm | ||
name = "Masson Kill's" | ||
desc = "Статуя самого лучшего администратора что вы можете встретить в новогоднюю ночь. Его мешок полон подарков. Надеюсь, ты вел себя хорошо?" | ||
icon = 'mod_celadon/structures/icon/statue.dmi' | ||
icon = 'mod_celadon/structures/icons/statue.dmi' | ||
icon_state = "masson_kills" |
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.