Save Space Station 14 from the Toilet Gibber Forever (#35587)
* The evil is defeated
* Tag body bags
* uwu, cwush me cwusher-chan
* absolute 18+ sloggery
* botos binted? 👽
This commit is contained in:
committed by
GitHub
parent
184edfe71d
commit
78b2b361e8
@@ -13,7 +13,6 @@
|
||||
breakOnAccessBreaker: false
|
||||
- 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.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- type: entity
|
||||
id: PetCarrier
|
||||
name: big pet carrier
|
||||
description: Allows large animals to be carried comfortably.
|
||||
description: Allows large animals to be carried comfortably. It smells vaguely of toilet water and explosives.
|
||||
parent: BaseStructureDynamic
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -36,7 +36,9 @@
|
||||
- type: EntityStorage
|
||||
capacity: 1
|
||||
airtight: false
|
||||
itemCanStoreMobs: true
|
||||
whitelist:
|
||||
tags:
|
||||
- VimPilot # If it can fit in a Vim it can fit in a pet carrier.
|
||||
- type: Weldable
|
||||
- type: ResistLocker
|
||||
- type: PlaceableSurface
|
||||
|
||||
@@ -44,6 +44,10 @@
|
||||
- type: EntityStorage
|
||||
capacity: 1
|
||||
isCollidableWhenOpen: true
|
||||
whitelist: # Use a tag whitelist rather than filtering for PerishableComponent to avoid chefs using body bags for food preservation
|
||||
tags:
|
||||
- VimPilot # Pets
|
||||
- CanPilot # People
|
||||
closeSound:
|
||||
path: /Audio/Misc/zip.ogg
|
||||
openSound:
|
||||
|
||||
@@ -128,6 +128,9 @@
|
||||
whitelist:
|
||||
components:
|
||||
- Artifact
|
||||
tags:
|
||||
- CanPilot # People
|
||||
- VimPilot # Pets
|
||||
- type: Appearance
|
||||
- type: GenericVisualizer
|
||||
visuals:
|
||||
|
||||
Reference in New Issue
Block a user