Fix: Moproach Ghostrole + Critter Emoting Fixes (#6356)
yeah sure it works
This commit is contained in:
parent
1b75cad94f
commit
697da0679a
|
|
@ -506,6 +506,7 @@
|
||||||
# mindRoles:
|
# mindRoles:
|
||||||
# - MindRoleGhostRoleFreeAgentHarmless
|
# - MindRoleGhostRoleFreeAgentHarmless
|
||||||
# End DeltaV Removals - players can spawn in as these at will
|
# End DeltaV Removals - players can spawn in as these at will
|
||||||
|
- type: Emoting # DeltaV - Allow them to emote!
|
||||||
- type: Fixtures
|
- type: Fixtures
|
||||||
fixtures:
|
fixtures:
|
||||||
fix1:
|
fix1:
|
||||||
|
|
@ -520,7 +521,7 @@
|
||||||
# - type: GhostTakeoverAvailable # DeltaV - players can spawn in as these at will
|
# - type: GhostTakeoverAvailable # DeltaV - players can spawn in as these at will
|
||||||
- type: Speech
|
- type: Speech
|
||||||
speechVerb: Moth
|
speechVerb: Moth
|
||||||
speechSounds: Chitter # Delta-V - Eep!
|
speechSounds: Chitter # DeltaV - Eep!
|
||||||
allowedEmotes: ['Chitter', 'Squeak', 'Flap']
|
allowedEmotes: ['Chitter', 'Squeak', 'Flap']
|
||||||
- type: FaxableObject
|
- type: FaxableObject
|
||||||
insertingState: inserting_mothroach
|
insertingState: inserting_mothroach
|
||||||
|
|
@ -1874,6 +1875,7 @@
|
||||||
# - MindRoleGhostRoleFreeAgentHarmless
|
# - MindRoleGhostRoleFreeAgentHarmless
|
||||||
# - type: GhostTakeoverAvailable
|
# - type: GhostTakeoverAvailable
|
||||||
# End DeltaV Removals - players can spawn in as these at will
|
# End DeltaV Removals - players can spawn in as these at will
|
||||||
|
- type: Emoting # DeltaV - Allow them to emote!
|
||||||
- type: Speech
|
- type: Speech
|
||||||
speechSounds: Squeak
|
speechSounds: Squeak
|
||||||
speechVerb: SmallMob
|
speechVerb: SmallMob
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,13 @@
|
||||||
- type: GhostRole
|
- type: GhostRole
|
||||||
name: ghost-role-information-moproach-name
|
name: ghost-role-information-moproach-name
|
||||||
description: ghost-role-information-moproach-description
|
description: ghost-role-information-moproach-description
|
||||||
|
# Begin DeltaV Additions
|
||||||
|
allowMovement: true
|
||||||
|
rules: ghost-role-information-freeagent-rules
|
||||||
|
mindRoles:
|
||||||
|
- MindRoleGhostRoleFreeAgentHarmless
|
||||||
|
- type: GhostTakeoverAvailable
|
||||||
|
# End DeltaV Additions
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Mobs/Animals/mothroach/moproach.rsi
|
sprite: Mobs/Animals/mothroach/moproach.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue