Upstream fixes (#664)

* fix weird name saving

* fix item status

* Fix single-user BUIs erroneously closing (#28375)

(cherry picked from commit 08952b467d9b2b2db85cb9ebb4e8b628c0145716)

* fix meatyore shop

* possible playtime fix

* fixes

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
ThereDrD
2024-08-25 01:37:24 +03:00
committed by GitHub
parent dba9565865
commit 1b07a035ce
8 changed files with 67 additions and 22 deletions

View File

@@ -221,8 +221,17 @@
type: SpellSelectorBUI
enum.CultEmpowerRemoveUiKey.Key:
type: SpellRemoverBUI
enum.StoreUiKey.Key:
type: StoreBoundUserInterface
# WD-EDIT END
- type: Puller
# WD edit start
- type: Store
preset: StorePresetMeatyOre
balance:
MeatyOreCoin: 0
- type: IgnorBUIInteractionRange # Oleg kryt
# WD edit end
- type: Butcherable
butcheringType: Spike # TODO human.
spawned:

View File

@@ -38,7 +38,7 @@
materials:
Steel: 250
Plastic: 100
- type: latheRecipe
id: WeaponLaserCarbine
result: WeaponLaserCarbine
@@ -390,6 +390,30 @@
materials:
Steel: 120
- type: latheRecipe # WD
id: MagazineShotgun
result: MagazineShotgun
category: Ammo
completetime: 5
materials:
Steel: 300
- type: latheRecipe # WD
id: MagazineShotgunSlug
result: MagazineShotgunSlug
category: Ammo
completetime: 5
materials:
Steel: 300
- type: latheRecipe # WD
id: MagazinePistolCaselessRifle
result: MagazinePistolCaselessRifle
category: Ammo
completetime: 5
materials:
Steel: 300
- type: latheRecipe
id: ShellShotgunIncendiary
result: ShellShotgunIncendiary

View File

@@ -19,6 +19,7 @@
currencyWhitelist:
- MeatyOreCoin
# This is unused now
- type: entity
id: StoreMeatyOreEntity
name: ThisIsDumb
@@ -32,5 +33,4 @@
interfaces:
enum.StoreUiKey.Key:
type: StoreBoundUserInterface
range: -1
- type: IgnorBUIInteractionRange