Skip to content

Commit

Permalink
Some additional fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MilenVolf committed Sep 16, 2023
1 parent 655acf7 commit 1205291
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 34 deletions.
30 changes: 0 additions & 30 deletions Resources/Maps/nukieplanet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1266,110 +1266,82 @@ entities:
pos: 17.5,0.5
parent: 3
type: Transform
- securityLevel: Level2
type: WiresPanel
- uid: 810
components:
- rot: 3.141592653589793 rad
pos: 17.5,5.5
parent: 3
type: Transform
- securityLevel: Level2
type: WiresPanel
- uid: 812
components:
- rot: 3.141592653589793 rad
pos: 15.5,5.5
parent: 3
type: Transform
- securityLevel: Level2
type: WiresPanel
- uid: 815
components:
- rot: 3.141592653589793 rad
pos: 15.5,0.5
parent: 3
type: Transform
- securityLevel: Level2
type: WiresPanel
- uid: 816
components:
- rot: 3.141592653589793 rad
pos: 6.5,-5.5
parent: 3
type: Transform
- securityLevel: Level2
type: WiresPanel
- uid: 817
components:
- rot: 3.141592653589793 rad
pos: 2.5,-1.5
parent: 3
type: Transform
- securityLevel: Level2
type: WiresPanel
- uid: 1061
components:
- rot: 3.141592653589793 rad
pos: 6.5,-1.5
parent: 3
type: Transform
- securityLevel: Level2
type: WiresPanel
- uid: 1062
components:
- rot: 3.141592653589793 rad
pos: 1.5,-5.5
parent: 3
type: Transform
- securityLevel: Level2
type: WiresPanel
- uid: 1441
components:
- rot: 3.141592653589793 rad
pos: 37.5,2.5
parent: 3
type: Transform
- securityLevel: Level2
type: WiresPanel
- uid: 1442
components:
- rot: 3.141592653589793 rad
pos: 38.5,2.5
parent: 3
type: Transform
- securityLevel: Level2
type: WiresPanel
- uid: 1443
components:
- rot: 3.141592653589793 rad
pos: 38.5,7.5
parent: 3
type: Transform
- securityLevel: Level2
type: WiresPanel
- uid: 1444
components:
- rot: 3.141592653589793 rad
pos: 37.5,7.5
parent: 3
type: Transform
- securityLevel: Level2
type: WiresPanel
- uid: 1582
components:
- pos: 46.5,0.5
parent: 3
type: Transform
- securityLevel: Level2
type: WiresPanel
- uid: 1614
components:
- pos: 48.5,2.5
parent: 3
type: Transform
- securityLevel: Level2
type: WiresPanel
- proto: AirlockSyndicateLocked
entities:
- uid: 397
Expand Down Expand Up @@ -1445,8 +1417,6 @@ entities:
pos: 41.5,2.5
parent: 3
type: Transform
- securityLevel: Level5
type: WiresPanel
- proto: AlwaysPoweredWallLight
entities:
- uid: 2983
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Access/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
- type: accessGroup
id: AllAccessSyndicate
tags:
- Syndicate
- SyndicateAgent
- NuclearOperative
1 change: 0 additions & 1 deletion Resources/Prototypes/Entities/Mobs/Species/felinid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
durationMultiplier: 1
bangAddMultiplier: 0.65
bangFlash: false
- type: WoundLicking
- type: Reactive
groups:
Flammable: [ Touch ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@
sprite: Structures/Doors/Airlocks/Glass/syndicate.rsi
- type: PaintableAirlock
group: Glass
- type: WiresPanel
securityLevel: Level2
- type: Construction
node: glassAirlockMedSecurity

Expand All @@ -286,6 +288,8 @@
- type: Sprite
sprite: Structures/Doors/Airlocks/Glass/syndicatecommand.rsi
- type: PaintableAirlock
- type: WiresPanel
securityLevel: Level5
group: Glass
- type: Construction
node: glassAirlockMaxSecurity
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -631,13 +631,13 @@
runningState: icon
staticRecipes:
- WeaponDisablerPractice
dynamicRecipes:
# Magazines
- MagazinePistolRubber
- SpeedLoaderMagnumRubber
- MagazineLightRifleRubber
- MagazineRifleRubber
- MagazineMagnumSubMachineGunRubber
dynamicRecipes:
# Magazines
- MagazinePistol
- SpeedLoaderMagnum
- MagazineLightRifle
Expand Down
11 changes: 11 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,17 @@
Plastic: 300
Steel: 250

- type: latheRecipe
id: MagazineRifleRubber
icon:
sprite: Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi
state: rubber
result: MagazineRifleRubber
completetime: 20
materials:
Plastic: 250
Steel: 225

- type: latheRecipe
id: MagazineMagnumSubMachineGunRubber
icon:
Expand Down

0 comments on commit 1205291

Please sign in to comment.