Fix the game (#3384)
Cleanup some old PRs and make the world green again Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
@@ -19,7 +19,6 @@ namespace Content.Client
|
||||
"EmitSoundOnUse",
|
||||
"FootstepModifier",
|
||||
"HeatResistance",
|
||||
"Teleportable",
|
||||
"ItemTeleporter",
|
||||
"EntityStorage",
|
||||
"Wirecutter",
|
||||
@@ -60,7 +59,6 @@ namespace Content.Client
|
||||
"Rotatable",
|
||||
"MagicMirror",
|
||||
"FloorTile",
|
||||
"FootstepSound",
|
||||
"ShuttleController",
|
||||
"HumanInventoryController",
|
||||
"UseDelay",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
description: A vending machine containing nutritional substances for plants and botanical tools.
|
||||
spriteName: nutri
|
||||
startingInventory:
|
||||
Spade: 3
|
||||
HydroponicsToolSpade: 3
|
||||
PlantBGoneSpray: 20
|
||||
WeedSpray: 20
|
||||
PestSpray: 20
|
||||
|
||||
@@ -19,15 +19,15 @@
|
||||
state: Assistant
|
||||
|
||||
# Quartermaster
|
||||
- type: entity
|
||||
id: SpawnPointQuartermaster
|
||||
parent: SpawnPointJobBase
|
||||
name: spawn point (quartermaster)
|
||||
components:
|
||||
- type: SpawnPoint
|
||||
job_id: Quartermaster
|
||||
- type: Sprite
|
||||
state: Quartermaster
|
||||
#- type: entity
|
||||
# id: SpawnPointQuartermaster
|
||||
# parent: SpawnPointJobBase
|
||||
# name: spawn point (quartermaster)
|
||||
# components:
|
||||
# - type: SpawnPoint
|
||||
# job_id: Quartermaster
|
||||
# - type: Sprite
|
||||
# state: Quartermaster
|
||||
|
||||
# Cargo tech
|
||||
- type: entity
|
||||
|
||||
@@ -122,20 +122,20 @@
|
||||
# - type: Icon
|
||||
# state: pda-chaplain
|
||||
|
||||
- type: entity
|
||||
name: Quartermaster PDA
|
||||
parent: BasePDA
|
||||
id: QuartermasterPDA
|
||||
description: PDA for the guy that orders the guns.
|
||||
components:
|
||||
- type: PDA
|
||||
idCard: QuartermasterIDCard
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: PDAVisualizer
|
||||
state: pda-qm
|
||||
- type: Icon
|
||||
state: pda-qm
|
||||
#- type: entity
|
||||
# name: Quartermaster PDA
|
||||
# parent: BasePDA
|
||||
# id: QuartermasterPDA
|
||||
# description: PDA for the guy that orders the guns.
|
||||
# components:
|
||||
# - type: PDA
|
||||
# idCard: QuartermasterIDCard
|
||||
# - type: Appearance
|
||||
# visuals:
|
||||
# - type: PDAVisualizer
|
||||
# state: pda-qm
|
||||
# - type: Icon
|
||||
# state: pda-qm
|
||||
|
||||
- type: entity
|
||||
name: Cargo PDA
|
||||
|
||||
@@ -103,17 +103,17 @@
|
||||
- type: PresetIdCard
|
||||
job: CargoTechnician
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: QuartermasterIDCard
|
||||
name: quartermaster ID card
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: default
|
||||
- state: idquartermaster
|
||||
- type: PresetIdCard
|
||||
job: Quartermaster
|
||||
#- type: entity
|
||||
# parent: IDCardStandard
|
||||
# id: QuartermasterIDCard
|
||||
# name: quartermaster ID card
|
||||
# components:
|
||||
# - type: Sprite
|
||||
# layers:
|
||||
# - state: default
|
||||
# - state: idquartermaster
|
||||
# - type: PresetIdCard
|
||||
# job: Quartermaster
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
|
||||
@@ -8,7 +8,9 @@
|
||||
- type: Sprite
|
||||
state: produce
|
||||
- type: Produce
|
||||
- type: Grindable
|
||||
- type: Tag
|
||||
tags:
|
||||
- Grindable
|
||||
|
||||
- type: entity
|
||||
name: wheat
|
||||
|
||||
Reference in New Issue
Block a user