Фиксы в основном (#495)
* - fix: No concealed rune interaction. * - fix: Wizard rule min players. * - add: Holosign stuff. * - add: Don't despawn dragon. * - tweak: Implants. * - fix: Hijack. * - remove: Hardsuit objective. * - fix: Holosigns. * - fix: Fix chair rotation. * - fix: No shooting while delayed. * - fix: Changeling felinid polymorph. * - fix: Fix stuck in container in container. * - fix: Fix flash in containers. * - fix: Whistle chameleon. * - fix: Loc. * - fix: No shooting in body bags. * - fix: Error. * - fix: Ling felinid fix attempt 2.
This commit is contained in:
@@ -39,4 +39,4 @@ latejoin-arrivals-direction = A shuttle transferring you to your station will ar
|
||||
latejoin-arrivals-direction-time = A shuttle transferring you to your station will arrive in {$time}.
|
||||
|
||||
preset-not-enough-ready-players = Can't start {$presetName}. Requires {$minimumPlayers} players but we have {$readyPlayersCount}.
|
||||
preset-no-one-ready = Can't start {$presetName}. No players are ready.
|
||||
preset-no-one-ready = Can't start. No players are ready.
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
storedRotation: -90
|
||||
- type: HolosignProjector
|
||||
- type: UseDelay
|
||||
delay: 0.5
|
||||
- type: ContainerContainer
|
||||
containers:
|
||||
cell_slot: !type:ContainerSlot
|
||||
|
||||
@@ -86,6 +86,7 @@
|
||||
paper_label: !type:ContainerSlot
|
||||
- type: StaticPrice
|
||||
price: 50
|
||||
- type: ShootBlockerContainer
|
||||
|
||||
- type: entity
|
||||
id: BodyBagFolded
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
CaptainIDStealObjective: 1
|
||||
CMOHyposprayStealObjective: 1
|
||||
#CMOCrewMonitorStealObjective: 1
|
||||
RDHardsuitStealObjective: 1
|
||||
#RDHardsuitStealObjective: 1
|
||||
NukeDiskStealObjective: 1
|
||||
MagbootsStealObjective: 1
|
||||
CorgiMeatStealObjective: 1
|
||||
@@ -137,7 +137,7 @@
|
||||
weights:
|
||||
CaptainIDStealObjectiveCh: 1
|
||||
CMOHyposprayStealObjectiveCh: 1
|
||||
RDHardsuitStealObjectiveCh: 1
|
||||
#RDHardsuitStealObjectiveCh: 1
|
||||
NukeDiskStealObjectiveCh: 1
|
||||
MagbootsStealObjectiveCh: 1
|
||||
CorgiMeatStealObjectiveCh: 1
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
weights:
|
||||
CaptainIDStealObjectiveWiz: 1
|
||||
CMOHyposprayStealObjectiveWiz: 1
|
||||
RDHardsuitStealObjectiveWiz: 1
|
||||
#RDHardsuitStealObjectiveWiz: 1
|
||||
NukeDiskStealObjectiveWiz: 1
|
||||
MagbootsStealObjectiveWiz: 1
|
||||
CorgiMeatStealObjectiveWiz: 1
|
||||
|
||||
Reference in New Issue
Block a user