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

More ItemTogglePointLight fixes #31655

Merged
merged 1 commit into from
Aug 31, 2024
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
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1268,6 +1268,7 @@
right:
- state: inhand-right-blade
shader: unshaded
- type: ItemTogglePointLight
- type: DisarmMalus
malus: 0
- type: StaminaDamageOnHit
Expand Down
11 changes: 6 additions & 5 deletions Resources/Prototypes/Entities/Objects/Misc/arabianlamp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
- type: EntityStorage
capacity: 1 # Its smol.
itemCanStoreMobs: false # just leaving this here explicitly since I know at some point someone will want to use this to hold a mob. This also prevents it from becoming His Grace.
# - type: StorageFill
# contents:
# - id: PuddleSparkle # Ha! Cute. Unfortunately it despawns before the container is likely to open.
# - type: StorageFill
# contents:
# - id: PuddleSparkle # Ha! Cute. Unfortunately it despawns before the container is likely to open.
- type: ContainerContainer
containers:
entity_storage: !type:Container
Expand Down Expand Up @@ -64,7 +64,7 @@
- type: Sprite
sprite: Objects/Misc/arabianlamp.rsi
layers:
- state: lamp
- state: lamp
map: [ "enum.StorageVisualLayers.Base" ]
- state: lamptop
map: ["enum.StorageVisualLayers.Door"]
Expand Down Expand Up @@ -130,10 +130,11 @@
netsync: false
radius: 5
color: orange
- type: ItemTogglePointLight
- type: StaticPrice
price: 1500
- type: Prayable
sentMessage: prayer-popup-notify-lamp-sent
notificationPrefix: prayer-chat-notify-lamp
verb: prayer-verbs-rub
verbImage: null
verbImage: null
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Objects/Tools/lighters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
netsync: false
radius: 1.1 #smallest possible
color: orange
- type: ItemTogglePointLight

- type: entity
name: cheap lighter
Expand Down Expand Up @@ -205,6 +206,7 @@
netsync: false
radius: 1.2 #slightly stronger than the other lighters
color: orange
- type: ItemTogglePointLight
- type: UseDelay
- type: IgnitionSource
ignited: false
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Objects/Tools/welders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
radius: 1.5
color: orange
netsync: false
- type: ItemTogglePointLight
- type: Appearance
- type: RequiresEyeProtection
- type: PhysicalComposition
Expand Down
Loading