adds damp rag (#15553)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
- type: constructionGraph
|
||||
id: Rag
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: rag
|
||||
steps:
|
||||
- material: Cloth
|
||||
amount: 1
|
||||
doAfter: 3
|
||||
- node: rag
|
||||
entity: RagItem
|
||||
@@ -99,3 +99,16 @@
|
||||
sprite: Clothing/Head/Misc/flower-crown.rsi
|
||||
state: icon
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
name: damp rag
|
||||
id: rag
|
||||
graph: Rag
|
||||
startNode: start
|
||||
targetNode: rag
|
||||
category: construction-category-tools
|
||||
objectType: Item
|
||||
description: A damp rag to clean up the ground. Better than slipping around all day.
|
||||
icon:
|
||||
sprite: Objects/Specific/Janitorial/rag.rsi
|
||||
state: rag
|
||||
|
||||
Reference in New Issue
Block a user