Adds blinding + blindfolds (#8688)
* Adds blinding + blindfolds * Don't break examining lol * moment * fix toggle lights behavior * move checks around * Sloth review * Added a salvage funny * review * woops * Switch circle shader Co-authored-by: wrexbe <wrexbe@protonmail.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
- type: constructionGraph
|
||||
id: Blindfold
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: blindfold
|
||||
steps:
|
||||
- material: Cloth
|
||||
amount: 3
|
||||
doAfter: 10
|
||||
- node: blindfold
|
||||
entity: ClothingEyesBlindfold
|
||||
@@ -47,3 +47,16 @@
|
||||
icon:
|
||||
sprite: Objects/Specific/Medical/medical.rsi
|
||||
state: gauze
|
||||
|
||||
- type: construction
|
||||
name: blindfold
|
||||
id: blindfold
|
||||
graph: Blindfold
|
||||
startNode: start
|
||||
targetNode: blindfold
|
||||
category: Tools
|
||||
objectType: Item
|
||||
description: Better hope everyone turns a blind eye to you crafting this sussy item...
|
||||
icon:
|
||||
sprite: Clothing/Eyes/Misc/blindfold.rsi
|
||||
state: icon
|
||||
|
||||
Reference in New Issue
Block a user