Фиксы (#314)

* - fix: Fix surplus discount.

* - fix: Fix clumsy bolt barrage.

* - fix: Bookshelf fix error.

* - fix: Fix lying.

* - add: Monkeys can lie down.

* Revert "- fix: Fix surplus discount."

This reverts commit b89f9dc75fa7908198cfe054a7623d4effbe63d6.

* - remove: No shuttle wall reflect.
This commit is contained in:
Aviu00
2024-05-30 12:12:24 +00:00
committed by GitHub
parent c0ad651f7c
commit 7f1825b713
6 changed files with 16 additions and 10 deletions

View File

@@ -1253,6 +1253,8 @@
tags:
- VimPilot
- DoorBumpOpener
- type: StandingState
canLieDown: true
- type: entity
name: monkey

View File

@@ -782,8 +782,6 @@
damageModifierSet: StructuralMetallic
- type: Physics
bodyType: Static
- type: Reflect
reflectProb: 1
- type: Pullable
- type: Airtight
noAirWhenFullyAirBlocked: false
@@ -858,8 +856,6 @@
3: { state: shuttle_construct-3, visible: true}
4: { state: shuttle_construct-4, visible: true}
5: { state: shuttle_construct-5, visible: true}
- type: Reflect
reflectProb: 1
- type: entity
parent: WallSolid
@@ -877,8 +873,6 @@
- type: IconSmooth
key: walls
base: state
- type: Reflect
reflectProb: 1
- type: entity
parent: BaseWall

View File

@@ -19,6 +19,7 @@
soundEmpty: null
soundGunshot:
path: /Audio/White/Cult/wand_teleport.ogg
clumsyProof: true
- type: BasicEntityAmmoProvider
proto: BloodBolt
capacity: 25

View File

@@ -76,6 +76,9 @@
},
{
"name": "book-19"
},
{
"name": "book-20"
}
]
}