Update
This commit is contained in:
@@ -12,21 +12,22 @@ local oxygen = { oxygentank = 1 }
|
|||||||
local LOAD_MAP = {
|
local LOAD_MAP = {
|
||||||
anechoicdivingsuit = oxygen,
|
anechoicdivingsuit = oxygen,
|
||||||
autocpr = battery,
|
autocpr = battery,
|
||||||
|
bvm = oxygen,
|
||||||
defibrillator = battery,
|
defibrillator = battery,
|
||||||
divingmask = oxygen,
|
divingmask = oxygen,
|
||||||
divingsuit = oxygen,
|
divingsuit = oxygen,
|
||||||
|
exosuit = { fuelrot = 1, oxygentank = 1 },
|
||||||
flashlight = battery,
|
flashlight = battery,
|
||||||
|
handcannon = { handcannonround = 999 },
|
||||||
handheldsonar = battery,
|
handheldsonar = battery,
|
||||||
harpooncoilrifle = harpoonGun,
|
harpooncoilrifle = harpoonGun,
|
||||||
harpoongun = harpoonGun,
|
harpoongun = harpoonGun,
|
||||||
|
healthscanner = battery,
|
||||||
plasmacutter = oxygen,
|
plasmacutter = oxygen,
|
||||||
|
portablepump = battery,
|
||||||
revolver = { revolverround = 999 },
|
revolver = { revolverround = 999 },
|
||||||
underwaterscooter = battery,
|
underwaterscooter = battery,
|
||||||
weldingtool = { weldingfueltank = 1 },
|
weldingtool = { weldingfueltank = 1 },
|
||||||
exosuit = { fuelrot = 1, oxygentank = 1 },
|
|
||||||
healthscanner = battery,
|
|
||||||
portablepump = battery,
|
|
||||||
handcannon = { handcannonround = 999 },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return LOAD_MAP
|
return LOAD_MAP
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<QuickInteractionsUI Absolute="[2,-457,,]" Anchor="[0,1]" BackgroundColor="255,255,255,255" BackgroundSprite="{ Path: CUI.png, SourceRect: [128,32,32,32] }" FitContent="[True,True]" IgnoreEvents="true" OutlineColor="0,0,0,0" Relative="[-0.5,0,,]" ResizibleLeft="false" ResizibleRight="false" Visible="false">
|
<QuickInteractionsUI Absolute="[2,-459,,]" Anchor="[0,1]" BackgroundColor="255,255,255,255" BackgroundSprite="{ Path: CUI.png, SourceRect: [128,32,32,32] }" FitContent="[True,True]" IgnoreEvents="true" OutlineColor="0,0,0,0" Relative="[-0.5,0,,]" ResizibleLeft="false" ResizibleRight="false" Visible="false">
|
||||||
<CUIVerticalList AKA="layout" BottomGap="0" BreakSerialization="true" FitContent="[True,True]" IgnoreEvents="true" Relative="[0,0,1,1]" Scrollable="true" Visible="false" />
|
<CUIVerticalList AKA="layout" BottomGap="0" BreakSerialization="true" FitContent="[True,True]" IgnoreEvents="true" Relative="[0,0,1,1]" Scrollable="true" Visible="false" />
|
||||||
</QuickInteractionsUI>
|
</QuickInteractionsUI>
|
Reference in New Issue
Block a user