Files
Bubberstation/code/datums/greyscale/json_configs/tape.json
T
Ebb-Real 4f4ec92c72 You can now tape people's mouths closed (Also tape GAGS) (#67713)
* you can now cut off pieces of tape and tape people's mouths shut.

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
2022-07-13 12:40:08 -04:00

17 lines
331 B
JSON

{
"tape": [
{
"type": "icon_state",
"icon_state": "tape",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "roll",
"blend_mode": "overlay",
"color_ids": [ 2 ]
}
]
}