Adds IThrowCollide, Creaming people with cream pies and tactical stun baton throws (#2122)
This commit is contained in:
committed by
GitHub
parent
db32180942
commit
4c34a12c67
@@ -112,6 +112,10 @@
|
||||
sprite: Mobs/Customization/human_hair.rsi
|
||||
- map: ["enum.Slots.MASK"]
|
||||
- map: ["enum.Slots.HEAD"]
|
||||
- map: ["enum.CreamPiedVisualLayers.Pie"]
|
||||
sprite: Effects/creampie.rsi
|
||||
state: creampie_human
|
||||
visible: false
|
||||
- type: Icon
|
||||
sprite: Mobs/Species/Human/parts.rsi
|
||||
state: full
|
||||
@@ -159,6 +163,7 @@
|
||||
visuals:
|
||||
- type: RotationVisualizer
|
||||
- type: BuckleVisualizer
|
||||
- type: CreamPiedVisualizer
|
||||
- type: CombatMode
|
||||
- type: Climbing
|
||||
- type: Cuffable
|
||||
@@ -176,6 +181,7 @@
|
||||
proper: true
|
||||
- type: Pullable
|
||||
- type: DoAfter
|
||||
- type: CreamPied
|
||||
- type: Strippable
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
|
||||
@@ -231,6 +231,7 @@
|
||||
components:
|
||||
- type: Food
|
||||
trash: TrashPlate
|
||||
- type: CreamPie
|
||||
- type: SolutionContainer
|
||||
contents:
|
||||
reagents:
|
||||
|
||||
6
Resources/Prototypes/SoundCollections/desceration.yml
Normal file
6
Resources/Prototypes/SoundCollections/desceration.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- type: soundCollection
|
||||
id: desecration
|
||||
files:
|
||||
- /Audio/Effects/desecration-01.ogg
|
||||
- /Audio/Effects/desecration-02.ogg
|
||||
- /Audio/Effects/desecration-03.ogg
|
||||
Reference in New Issue
Block a user