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:
|
||||
# - MindRoleGhostRoleFreeAgentHarmless
|
||||
# End DeltaV Removals - players can spawn in as these at will
|
||||
- type: Emoting # DeltaV - Allow them to emote!
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
fix1:
|
||||
|
|
@ -520,7 +521,7 @@
|
|||
# - type: GhostTakeoverAvailable # DeltaV - players can spawn in as these at will
|
||||
- type: Speech
|
||||
speechVerb: Moth
|
||||
speechSounds: Chitter # Delta-V - Eep!
|
||||
speechSounds: Chitter # DeltaV - Eep!
|
||||
allowedEmotes: ['Chitter', 'Squeak', 'Flap']
|
||||
- type: FaxableObject
|
||||
insertingState: inserting_mothroach
|
||||
|
|
@ -1874,6 +1875,7 @@
|
|||
# - MindRoleGhostRoleFreeAgentHarmless
|
||||
# - type: GhostTakeoverAvailable
|
||||
# End DeltaV Removals - players can spawn in as these at will
|
||||
- type: Emoting # DeltaV - Allow them to emote!
|
||||
- type: Speech
|
||||
speechSounds: Squeak
|
||||
speechVerb: SmallMob
|
||||
|
|
|
|||
|
|
@ -7,6 +7,13 @@
|
|||
- type: GhostRole
|
||||
name: ghost-role-information-moproach-name
|
||||
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
|
||||
sprite: Mobs/Animals/mothroach/moproach.rsi
|
||||
- type: Clothing
|
||||
|
|
|
|||
Loading…
Reference in New Issue