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

mr butlertron changes #1659

Merged
merged 2 commits into from
Aug 20, 2024
Merged
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
17 changes: 14 additions & 3 deletions Resources/Prototypes/DeltaV/NPC/roboisseur.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
- type: entity
parent: BaseStructure
parent: BaseMachine
id: Roboisseur
name: Mr. Butlertron
description: It asks for food to deliver to exotic customers across the cosmos. Powered by the latest technology in bluespace food delivery.
components:
- type: Anchorable
- type: Pullable
- type: Sprite
noRot: true
drawdepth: Mobs
Expand All @@ -23,8 +21,21 @@
- type: Roboisseur
- type: Speech
speechSounds: Pai
- type: Transform
noRot: false # Fix for existing maps
- type: Appearance
- type: Grammar
attributes:
gender: male
proper: true
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.15,-0.1,0.15,0.4"
density: 60
mask:
- MachineMask
layer:
- MachineLayer
Loading