diff --git a/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml b/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml index efada99e7cbe..7d9b5c9c78f2 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml @@ -222,6 +222,7 @@ id: JetpackSecurity parent: [BaseJetpack, BaseRestrictedContraband] name: security jetpack + description: It's a jetpack. It can hold 2.5 L of gas. suffix: Empty components: - type: Item @@ -232,6 +233,11 @@ sprite: Objects/Tanks/Jetpacks/security.rsi slots: - Back + - suitStorage + - type: GasTank + outputPressure: 42.6 + air: + volume: 2.5 #Filled security - type: entity @@ -243,12 +249,12 @@ - type: GasTank outputPressure: 42.6 air: - # 13 minutes thrust - volume: 5 + # 6.5 minutes of thrust + volume: 2.5 temperature: 293.15 moles: - - 1.025689525 # oxygen - - 1.025689525 # nitrogen + - 0.512844762 # oxygen + - 0.512844762 # nitrogen #Empty void - type: entity