forked from Baystation12/Baystation12
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev-sierra' into Coat-retexture
- Loading branch information
Showing
16 changed files
with
268 additions
and
186 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
author: Teteshnik | ||
changes: | ||
- {bugfix: Пофиксил вендор сигарет в либерии.} | ||
- {imageadd: Добавил новый спрайт для MA21.} | ||
- {tweak: Вернул возможность стать ППТ воксом.} | ||
- {rscadd: Добавил новые значки в лодаут.} | ||
delete-after: true |
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 @@ | ||
/singleton/modpack/failu_skrell_clothes | ||
name = "Skrell Clothes by Failu" | ||
desc = "Мод добавляет одежду для скреллов всех каст." | ||
author = "KOJIECO" | ||
/singleton/modpack/failu_skrell_clothes | ||
name = "Skrell Clothes by Failu" | ||
desc = "Мод добавляет одежду для скреллов всех каст." | ||
author = "KOJIECO" |
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,36 +1,36 @@ | ||
// Alien clothing | ||
|
||
// Skrell clothing | ||
|
||
// Коммент от Колеса: если по какой-то причине у вас не отображается вещь в нужной вкладке лодаута, почекайте | ||
// её в других вкладках. Если отображается не там, где нужно, поищите в коркоде определенные флаги сортировки. | ||
// У меня например пришлось брать из коркода sort_category = "Xenowear" | ||
/datum/gear/suit/skrell_robe | ||
display_name = "(Skrell) Skrellian robe" | ||
path = /obj/item/clothing/suit/skrell_robe | ||
sort_category = "Xenowear" | ||
cost = 1 | ||
slot = slot_wear_suit | ||
|
||
/datum/gear/suit/skrell_clothes | ||
display_name = "(Skrell) Skrell clothes selection" | ||
path = /obj/item/clothing/under/ | ||
sort_category = "Xenowear" | ||
|
||
/datum/gear/suit/skrell_clothes/New() | ||
..() | ||
var/skrell_clothes = list() | ||
skrell_clothes["Talum-Katish blue dress"] = /obj/item/clothing/under/uniform/skrell_talum_bluedress | ||
skrell_clothes["Talum-Katish green waist cloak"] = /obj/item/clothing/under/uniform/skrell_talum_greenwaistcloak | ||
skrell_clothes["Raskinta-Katish navy clothes"] = /obj/item/clothing/under/uniform/skrell_raskinta_navyclothes | ||
skrell_clothes["Malish-Katish blue office suit"] = /obj/item/clothing/under/uniform/skrell_malish_officesuit | ||
skrell_clothes["Talum-Katish white and red dress"] = /obj/item/clothing/under/uniform/skrell_talum_whitereddress | ||
skrell_clothes["Malish-Katish office suit with tie"] = /obj/item/clothing/under/uniform/skrell_malish_greentiedsuit | ||
skrell_clothes["Kanin-Katish sand-blue turtleneck"] = /obj/item/clothing/under/uniform/skrell_kanin_sandblueturtleneck | ||
skrell_clothes["Kanin-Katish orange-cyan uniform"] = /obj/item/clothing/under/uniform/skrell_kanin_orangecyanuniform | ||
skrell_clothes["Kanin-Katish yellow-black costume"] = /obj/item/clothing/under/uniform/skrell_kanin_yellowblackcostume | ||
skrell_clothes["Malish-Katish green office suit with suspenders"] = /obj/item/clothing/under/uniform/skrell_malish_greenofficesuit | ||
skrell_clothes["Raskinta-Katish red clothes"] = /obj/item/clothing/under/uniform/skrell_raskinta_redclothes | ||
skrell_clothes["Skrellian diving suit"] = /obj/item/clothing/under/uniform/skrell_skrellian_divingsuit | ||
gear_tweaks += new/datum/gear_tweak/path(skrell_clothes) | ||
|
||
// Alien clothing | ||
|
||
// Skrell clothing | ||
|
||
// Коммент от Колеса: если по какой-то причине у вас не отображается вещь в нужной вкладке лодаута, почекайте | ||
// её в других вкладках. Если отображается не там, где нужно, поищите в коркоде определенные флаги сортировки. | ||
// У меня например пришлось брать из коркода sort_category = "Xenowear" | ||
/datum/gear/suit/skrell_robe | ||
display_name = "(Skrell) Skrellian robe" | ||
path = /obj/item/clothing/suit/skrell_robe | ||
sort_category = "Xenowear" | ||
cost = 1 | ||
slot = slot_wear_suit | ||
|
||
/datum/gear/suit/skrell_clothes | ||
display_name = "(Skrell) Skrell clothes selection" | ||
path = /obj/item/clothing/under/ | ||
sort_category = "Xenowear" | ||
|
||
/datum/gear/suit/skrell_clothes/New() | ||
..() | ||
var/skrell_clothes = list() | ||
skrell_clothes["Talum-Katish blue dress"] = /obj/item/clothing/under/uniform/skrell_talum_bluedress | ||
skrell_clothes["Talum-Katish green waist cloak"] = /obj/item/clothing/under/uniform/skrell_talum_greenwaistcloak | ||
skrell_clothes["Raskinta-Katish navy clothes"] = /obj/item/clothing/under/uniform/skrell_raskinta_navyclothes | ||
skrell_clothes["Malish-Katish blue office suit"] = /obj/item/clothing/under/uniform/skrell_malish_officesuit | ||
skrell_clothes["Talum-Katish white and red dress"] = /obj/item/clothing/under/uniform/skrell_talum_whitereddress | ||
skrell_clothes["Malish-Katish office suit with tie"] = /obj/item/clothing/under/uniform/skrell_malish_greentiedsuit | ||
skrell_clothes["Kanin-Katish sand-blue turtleneck"] = /obj/item/clothing/under/uniform/skrell_kanin_sandblueturtleneck | ||
skrell_clothes["Kanin-Katish orange-cyan uniform"] = /obj/item/clothing/under/uniform/skrell_kanin_orangecyanuniform | ||
skrell_clothes["Kanin-Katish yellow-black costume"] = /obj/item/clothing/under/uniform/skrell_kanin_yellowblackcostume | ||
skrell_clothes["Malish-Katish green office suit with suspenders"] = /obj/item/clothing/under/uniform/skrell_malish_greenofficesuit | ||
skrell_clothes["Raskinta-Katish red clothes"] = /obj/item/clothing/under/uniform/skrell_raskinta_redclothes | ||
skrell_clothes["Skrellian diving suit"] = /obj/item/clothing/under/uniform/skrell_skrellian_divingsuit | ||
gear_tweaks += new/datum/gear_tweak/path(skrell_clothes) | ||
|
Oops, something went wrong.