From fbdc55e1c24f42b0d2a6211f6a8596578605c3f2 Mon Sep 17 00:00:00 2001 From: Emily <182209267+Emily9031@users.noreply.github.com> Date: Thu, 5 Dec 2024 18:22:26 -0700 Subject: [PATCH] Make medical borgs able to fly in space (#2339) * Makes Medborgs fly Just adds the JetpackUser component. * I forgot to comment it * I'm bad at commenting sorry * Applies flight to all borgs instead of just mediborg * Forgot to update the comment, oopsie --- Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml index 3c7dd74e22a..e5f7ec82756 100644 --- a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml +++ b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml @@ -248,6 +248,7 @@ visMask: - PsionicInvisibility - Normal + - type: JetpackUser # DeltaV: Lets cyborgs fly in space - type: entity abstract: true