Фиксы (#488)
* add material storage component to whitemoose * fix pickaxe inventory size * fix free sponsor only races * invisible aghost no longer visible in ghost warp menu * add migration for BoxTrashbag * fix make wizard admin verb * fixed wizard components swap and new wizard marks as wizard in ghost warp menu now * Stop eating food if you drop it (#29854) * Stop eating food if you drop it * woops, unused param * comments --------- Co-authored-by: plykiya <plykiya@protonmail.com> * Eating and Drinking Doafter Change (#30060) My lawyer told me to do this Co-authored-by: plykiya <plykiya@protonmail.com> * ActivatableUI tweaks (#27448) * ActivatableUI tweaks * EntGotRemovedFromContainerMessage * A * Revert "ActivatableUI tweaks (#27448)" This reverts commit 5b311c6fdbf77db6838bdcf9993b98272d4ebeac. * fix eating food from containers * fix double captain duffel * add bible for chaplain loadout * possible bad fix for double security headsets --------- Co-authored-by: Plykiya <58439124+Plykiya@users.noreply.github.com> Co-authored-by: plykiya <plykiya@protonmail.com> Co-authored-by: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
This commit is contained in:
@@ -195,6 +195,15 @@
|
||||
back:
|
||||
- ArmamentsBeacon
|
||||
|
||||
- type: itemLoadout # WD
|
||||
id: Bible
|
||||
equipment: Bible
|
||||
- type: startingGear
|
||||
id: Bible
|
||||
storage:
|
||||
back:
|
||||
- Bible
|
||||
|
||||
# PDA
|
||||
|
||||
- type: itemLoadout # WD
|
||||
|
||||
@@ -67,7 +67,6 @@
|
||||
- CaptainBackpack
|
||||
- CaptainSatchel
|
||||
- CaptainDuffel
|
||||
- CaptainDuffel
|
||||
- CommonSatchelLeather # WD
|
||||
|
||||
- type: loadoutGroup
|
||||
@@ -374,8 +373,11 @@
|
||||
- type: loadoutGroup # WD edit
|
||||
id: ChaplainJobTrinkets
|
||||
name: loadout-group-job-trinkets
|
||||
minLimit: 2
|
||||
maxLimit: 2
|
||||
loadouts:
|
||||
- ArmamentsBeacon
|
||||
- Bible
|
||||
|
||||
- type: loadoutGroup
|
||||
id: ChaplainPDA
|
||||
@@ -1590,12 +1592,6 @@
|
||||
- BlackTie
|
||||
- RedTie
|
||||
|
||||
- type: loadoutGroup # WD
|
||||
id: CommonSecurityHeadset
|
||||
name: loadout-group-ears
|
||||
loadouts:
|
||||
- SecurityHeadset
|
||||
|
||||
- type: loadoutGroup # WD
|
||||
id: CommonSecurityCommandHeadset
|
||||
name: loadout-group-ears
|
||||
|
||||
Reference in New Issue
Block a user