Skip to content

Commit

Permalink
Merge pull request #741 from Darki255/issue
Browse files Browse the repository at this point in the history
Issue
  • Loading branch information
Schrodinger71 authored Jun 1, 2024
2 parents 65c8994 + 804c520 commit f719964
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/ADT/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
description: Incredibly cute Mio, so soft and little shadowkin.
components:
- type: Sprite
sprite: Objects/Fun/toys.rsi
sprite: ADT/Objects/Fun/toys.rsi
state: plusie_mio

- type: entity
Expand Down
7 changes: 5 additions & 2 deletions Resources/Prototypes/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@
description: An adorable stuffed toy resembling the exceedingly rare magicarp.
components:
- type: Sprite
sprite: ADT/Objects/Fun/toys.rsi
state: magicplush

- type: entity
Expand All @@ -537,6 +538,7 @@
description: An adorable stuffed toy resembling the legendary rainbow carp.
components:
- type: Sprite
sprite: ADT/Objects/Fun/toys.rsi
state: rainbowcarpplush
- type: PointLight
radius: 1.5
Expand All @@ -551,6 +553,7 @@
description: A holographic stuffed toy resembling science's nemesis - the holocarp.
components:
- type: Sprite
sprite: ADT/Objects/Fun/toys.rsi
state: holoplush

- type: entity
Expand Down Expand Up @@ -1070,11 +1073,11 @@
description: Specially designed to inflict maximum psychological damage to Syndicate operatives.
components:
- type: Sprite
sprite: Objects/Fun/toys.rsi
sprite: ADT/Objects/Fun/toys.rsi
state: ntb
- type: Item
size: Small
sprite: Objects/Fun/toys.rsi
sprite: ADT/Objects/Fun/toys.rsi
heldPrefix: ntb
- type: Damageable
damageContainer: Inorganic
Expand Down
23 changes: 23 additions & 0 deletions Resources/Textures/ADT/Objects/Fun/toys.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
{
"name": "plushie_darina"
},
{
"name": "plusie_mio"
},
{
"name": "plushie_iohan"
},
Expand Down Expand Up @@ -147,6 +150,26 @@
},
{
"name": "plushie_ursus"
},
{
"name": "ntb"
},
{
"name": "holoplush"
},
{
"name": "magicplush"
},
{
"name": "ntb-inhand-left",
"directions": 4
},
{
"name": "ntb-inhand-right",
"directions": 4
},
{
"name": "rainbowcarpplush"
}
]
}
25 changes: 1 addition & 24 deletions Resources/Textures/Objects/Fun/toys.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@
},
{
"name": "plushie_penguin"
},
{
"name": "plushie_moth"
},
{
"name": "plusie_mio"
"name": "plushie_moth"
},
{
"name": "plushie_rouny",
Expand Down Expand Up @@ -335,26 +332,6 @@
{
"name": "beachb-inhand-right",
"directions": 4
},
{
"name": "ntb"
},
{
"name": "holoplush"
},
{
"name": "magicplush"
},
{
"name": "ntb-inhand-left",
"directions": 4
},
{
"name": "rainbowcarpplush"
},
{
"name": "ntb-inhand-right",
"directions": 4
}
]
}

0 comments on commit f719964

Please sign in to comment.