Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lamp Plushie #9118

Merged
merged 5 commits into from
Jul 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- PlushieRatvar
- PlushieSpaceLizard
- PlushieRouny
- PlushieLamp
- ToyMouse
chance: 0.5
offset: 0.2
Expand Down
13 changes: 13 additions & 0 deletions Resources/Prototypes/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,19 @@
- type: Sprite
state: plushie_rouny

- type: entity
parent: BasePlushie
id: PlushieLamp
name: lamp plushie
description: A light emitting friend!
components:
- type: Sprite
state: plushie_lamp
- type: PointLight
netsync: false
radius: 1.5
energy: 2

- type: entity
parent: BasePlushie
id: PlushieLizard #Weh!
Expand Down
3 changes: 3 additions & 0 deletions Resources/Textures/Objects/Fun/toys.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
{
"name": "plushie_lizard"
},
{
"name": "plushie_lamp"
},
{
"name": "plushie_nuke"
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.