diff options
author | Griffin Smith <root@gws.fyi> | 2019-08-25T17·25-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-08-25T17·25-0400 |
commit | fb0d1b3e66251aa56a3df1d05fd4b82b33380a31 (patch) | |
tree | 367edbe5f504a3eb8130e5e0a8dd695fbbc65684 /src/entities/raws/noodles.json | |
parent | e2d2f011c6373894b3cdcfbdb98fbc783504561a (diff) |
Wipe Rust project
Sorry rust, but you're just not fun to write
Diffstat (limited to 'src/entities/raws/noodles.json')
-rw-r--r-- | src/entities/raws/noodles.json | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/entities/raws/noodles.json b/src/entities/raws/noodles.json deleted file mode 100644 index dfa2609f5ecb..000000000000 --- a/src/entities/raws/noodles.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "Item": { - "name": "noodles", - "char": { - "char": "n", - "color": "yellow" - }, - "description": "a big bowl o' noodles", - "long_description": "You know exactly what kind of noodles", - "edible_item": { - "eat_message": "You slurp up the noodles", - "hitpoints_healed": 2 - } - } -} |