diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml index 703fe6189c..2dc5f62a10 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml @@ -87,6 +87,7 @@ damage: groups: Brute: 6 + - type: Rotatable - type: DamageStateVisuals rotate: true states: diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/xenopet.yml b/Resources/Prototypes/Entities/Mobs/NPCs/xenopet.yml index 6c288ffd99..2f07bdb27d 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/xenopet.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/xenopet.yml @@ -405,11 +405,15 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: running color: "#30ce00" + - type: PointLight + radius: 2 + energy: 1 + color: "#30ce00" - type: SegmentedEntity numberOfSegments: 3 - staticOffset: 0.3 - taperOffset: 5 + initialRadius: 0.25 + staticScale: 0.9 + staticOffset: 0.2 + taperOffset: 30 texturePath: /Textures/Floof/Mobs/Animals/rainlizard.rsi/segment.png - - type: RotationVisuals - horizontalRotation: 45 - type: PortalExempt