Фиксы (#508)
* Fix cult blindfold * Add stamina resistances * Energy bolt is energy * Laser shield is anti-laser * Cult blindfold welding protection * Eject id cards on deconstruct * Wires panel power fix * Add markings for species * Ebow gaming
This commit is contained in:
@@ -24,8 +24,6 @@ internal sealed class ActivatableUIRequiresPowerSystem : EntitySystem
|
||||
{
|
||||
if (args.Cancelled) return;
|
||||
if (this.IsPowered(uid, EntityManager)) return;
|
||||
if (TryComp<WiresPanelComponent>(uid, out var panel) && panel.Open)
|
||||
return;
|
||||
_popup.PopupCursor(Loc.GetString("base-computer-ui-component-not-powered", ("machine", uid)), args.User);
|
||||
args.Cancel();
|
||||
}
|
||||
|
||||
@@ -89,6 +89,10 @@
|
||||
Heat: 0.7
|
||||
flatReductions:
|
||||
Heat: 2
|
||||
- type: Reflect
|
||||
reflectProb: 0.25
|
||||
reflects:
|
||||
- Energy
|
||||
|
||||
- type: entity
|
||||
name: riot bullet shield
|
||||
|
||||
@@ -14,7 +14,22 @@
|
||||
damage:
|
||||
types:
|
||||
Poison: 15
|
||||
- type: Reflective
|
||||
reflective:
|
||||
- Energy
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
projectile:
|
||||
shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.1,-0.2,0.1,0.2"
|
||||
hard: false
|
||||
mask:
|
||||
- Opaque
|
||||
- type: StunOnCollide
|
||||
stunAmount: 2
|
||||
knockdownAmount: 2
|
||||
stunAmount: 1
|
||||
knockdownAmount: 1
|
||||
slowdownAmount: 3
|
||||
walkSpeedModifier: 0.6
|
||||
runSpeedModifier: 0.4
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- type: constructionGraph
|
||||
- type: constructionGraph
|
||||
id: Computer
|
||||
start: start
|
||||
graph:
|
||||
@@ -126,6 +126,11 @@
|
||||
- !type:AllWiresCut {}
|
||||
steps:
|
||||
- tool: Screwing
|
||||
completed:
|
||||
- !type:EmptyContainer
|
||||
container: IdCardConsole-privilegedId
|
||||
- !type:EmptyContainer
|
||||
container: IdCardConsole-targetId
|
||||
|
||||
- node: monitorBroken
|
||||
entity: ComputerBroken
|
||||
|
||||
Reference in New Issue
Block a user