Skip to content
Open
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 @@ -125,6 +125,13 @@
Heat: 0.1
- type: Fingerprint
- type: Blindable
# god's most useless bui bind; shadekins by design don't have the capacity to breathe
# and therefore the code paths that would lead them to smell are nonexistent
# however in case SmellerComponent is admemed onto them, this is necessary
- type: UserInterface
interfaces:
enum.ScentSniffUiKey.Key:
type: ScentSniffBoundUserInterface
- type: DarkenedVision
# Other
- type: TemperatureDamage
Expand Down
4 changes: 3 additions & 1 deletion Resources/Prototypes/_Starlight/Surgery/surgeries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,8 @@
- type: SurgerySpeciesCondition
speciesBlacklist:
- IPC
- Vulpkanin
- Vulpkanin # they can already smell
- Shadekin # they don't breathe; bypasses certain checks in smellsystem
- type: Sprite
sprite: _Starlight/Objects/Specific/Medical/implants.rsi
layers:
Expand Down Expand Up @@ -828,6 +829,7 @@
speciesBlacklist:
- IPC
- Vulpkanin
- Shadekin
- type: Sprite
sprite: _Starlight/Objects/Specific/Medical/implants.rsi
layers:
Expand Down
Loading