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

[TWEAK] В пачку сигарет и портсигар снова можно класть зажигалки #1013

Merged
merged 2 commits into from
Jan 26, 2025
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
2 changes: 2 additions & 0 deletions Resources/Prototypes/ADT/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -460,3 +460,5 @@
- type: Tag
id: LavaDungeonBloodMiner

- type: Tag
id: ADTLighter
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
whitelist:
tags:
- Cigarette
- ADTLighter
# ADT Tweak END
- type: StorageFill
contents:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
tags:
- Cigar
- ADTMedipen
- ADTLighter
# ADT Tweak END
- type: Item
sprite: Objects/Consumable/Smokeables/Cigars/case.rsi
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/Entities/Objects/Tools/lighters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
# ADT Tweak Start
- type: StaticPrice
price: 80
- type: Tag
tags:
- ADTLighter
# ADT Tweak END

- type: entity
Expand Down Expand Up @@ -218,6 +221,11 @@
- type: UseDelay
- type: IgnitionSource
ignited: false
# ADT Tweak Start
- type: Tag
tags:
- ADTLighter
# ADT Tweak END

- type: entity
name: flippo engraved lighter
Expand Down
Loading