Skip to content

Commit

Permalink
пончо, пончо, пончо!
Browse files Browse the repository at this point in the history
  • Loading branch information
Likkich committed Apr 20, 2024
1 parent ec983ed commit 1551ddc
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ ent-ClothingOuterHospitalGown = больничный халат
.desc = Изготовлена из шерсти забитых ягнят. За счет жестокости она приобрела мягкость.
ent-ClothingOuterRedRacoon = костюм красного енота
.desc = Пушистый костюм красного енота!
ent-ClothingOuterPonchoSindi = подозрительное пончо
.desc = Теплое и удобное пончо, пахнет железом. На внутренней стороне имеется ярлык: smf.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: entity
parent: ClothingOuterBase
id: ClothingOuterPonchoSindi
name: Sindi poncho
description: Sindicat poncho.
components:
- type: Sprite
sprite: ADT/Clothing/OuterClothing/Misc/poncho_sindi.rsi
- type: Clothing
sprite: ADT/Clothing/OuterClothing/Misc/poncho_sindi.rsi
- type: AddAccentClothing
accent: SpanishAccent
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
ClothingNeckScarfStripedSyndieRed: 2
ADTClothingNeckSyndicateCloak: 2
ClothingShoesBootsWinterSyndicate: 2
ClothingOuterPonchoSindi: 3

emaggedInventory:
ClothingOuterCoatSyndieCapArmored: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@
ClothingMaskSexyClown: 1
ClothingMaskSexyMime: 1
ClothingHeadHatCowboyBountyHunter: 1
ClothingOuterPonchoSindi: 2
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1551ddc

Please sign in to comment.