Skip to content

Commit

Permalink
Quickfixes (#276)
Browse files Browse the repository at this point in the history
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Removed big opium from Arena item spawns, gave lingzhis the proper chem
contents, removed mind or machine requirement that was missed on a
previous fix.

---
  • Loading branch information
Rosycup authored Feb 22, 2025
1 parent 1c12d26 commit bd39c68
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 59 deletions.
17 changes: 0 additions & 17 deletions Resources/Maps/Floof/arena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129215,23 +129215,6 @@ entities:
Quantity: 10
- type: Physics
canCollide: False
- uid: 1247
components:
- type: Transform
parent: 1242
- type: SolutionContainerManager
solutions:
food:
temperature: 293.15
canReact: True
maxVol: 25
name: null
reagents:
- data: null
ReagentId: Codeine
Quantity: 15
- type: Physics
canCollide: False
- proto: PillCanister
entities:
- uid: 1242
Expand Down
17 changes: 0 additions & 17 deletions Resources/Maps/TheDen/arena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129136,23 +129136,6 @@ entities:
Quantity: 10
- type: Physics
canCollide: False
- uid: 17316
components:
- type: Transform
parent: 17308
- type: SolutionContainerManager
solutions:
food:
temperature: 293.15
canReact: True
maxVol: 25
name: null
reagents:
- data: null
ReagentId: Codeine
Quantity: 15
- type: Physics
canCollide: False
- proto: PillCanister
entities:
- uid: 17308
Expand Down
17 changes: 0 additions & 17 deletions Resources/Maps/arena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129136,23 +129136,6 @@ entities:
Quantity: 10
- type: Physics
canCollide: False
- uid: 17316
components:
- type: Transform
parent: 17308
- type: SolutionContainerManager
solutions:
food:
temperature: 293.15
canReact: True
maxVol: 25
name: null
reagents:
- data: null
ReagentId: Codeine
Quantity: 15
- type: Physics
canCollide: False
- proto: PillCanister
entities:
- uid: 17308
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
name: slim cardigan

- type: entity
parent: ClothingOuterBase
parent: ClothingOuterStorageBase
id: ClothingOuterCowboyDuster
name: cowboy duster
description: A duster commonly seen on cowboys from Earth's late 1800's.
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Hydroponics/seeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
displayName: seeds-sugarcane-display-name
plantRsi: Objects/Specific/Hydroponics/sugarcane.rsi
packetPrototype: SugarcaneSeeds
productPrototypes:
productPrototypes:
- Sugarcane
mutationPrototypes:
- papercane
Expand Down Expand Up @@ -1193,7 +1193,7 @@
growthStages: 3
waterConsumption: 0.60
chemicals:
Ultravasculine:
PenteticAcid:
Min: 1
Max: 20
PotencyDivisor: 5
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/Traits/physical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -919,8 +919,6 @@
- !type:CharacterSpeciesRequirement
species:
- IPC
- !type:CharacterItemGroupRequirement
group: TraitsMind
functions:
- !type:TraitAddComponent
components:
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/_Nuclear14/Stacks/material_stacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
name: bauxite
icon: { sprite: "/Textures/_Nuclear14/Objects/Misc/materials.rsi", state: lead }
spawn: N14AluminiumOre1
maxCount: 10
maxCount: 30
itemSize: 1

- type: stack
id: N14LeadOre
name: lead ore
icon: { sprite: "/Textures/_Nuclear14/Objects/Misc/materials.rsi", state: lead }
spawn: N14LeadOre1
maxCount: 10
maxCount: 30
itemSize: 1

- type: stack
Expand All @@ -34,7 +34,7 @@
name: sulfur ore
icon: { sprite: "/Textures/_Nuclear14/Objects/Misc/materials.rsi", state: sulfur }
spawn: SulfurOre1
maxCount: 10
maxCount: 30
itemSize: 1

# Metals
Expand Down

0 comments on commit bd39c68

Please sign in to comment.