Substations now explode when destroyed (#5729)
* Substation destructible component Substations now explode and create a destroyed machine which can be deconstructed. * construction graph test failed Does not need a path from start to finish but adding anyway to fix tests * railing to structures * Fixed Review Updated parent to fix most comments. Updated node to camelcase * Updated target node graph Still recovering... * Final fix of graph I swear * Altered destroyed machine spawns Removed HV cable and reduced steel sheets.
This commit is contained in:
BIN
Resources/Textures/Structures/Machines/parts.rsi/destroyed.png
Normal file
BIN
Resources/Textures/Structures/Machines/parts.rsi/destroyed.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 903 B |
@@ -5,7 +5,7 @@
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/0d9c9a8233dfc3fc55edc538955a761a6328bee0",
|
||||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/0d9c9a8233dfc3fc55edc538955a761a6328bee0, destroyed modified by Peptide90",
|
||||
"states": [
|
||||
{
|
||||
"name": "0",
|
||||
@@ -47,6 +47,9 @@
|
||||
},
|
||||
{
|
||||
"name": "vbox_3"
|
||||
},
|
||||
{
|
||||
"name": "destroyed"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user