Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll committed Aug 30, 2024
1 parent 0305ac5 commit fcc619f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/furniture_and_terrain/furniture_misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
"type": "furniture",
"id": "f_atm",
"looks_like": "t_atm",
"name": "ATM",
"description": "For your banking convenience, this Automated Teller Machine is fully capable of operating autonomously in the event of complete network failure. You can deposit funds from cash cards and migrate all of your inflation-adjusted earnings to a single card. This thing has seen better days; there's been a run on the bank, and this machine has the dents and cracks to prove it.",
"symbol": "&",
Expand Down Expand Up @@ -37,7 +38,6 @@
"str_max": 800,
"sound": "metal screeching!",
"sound_fail": "clang!",
"ter_set": "t_floor",
"items": [
{ "item": "small_lcd_screen", "count": 1 },
{ "item": "lc_steel_lump", "count": 77 },
Expand All @@ -62,6 +62,7 @@
{
"type": "furniture",
"id": "f_atm_off",
"looks_like": "t_atm",
"//": "www.testlinkusa.com/ncr-5870",
"name": "ATM",
"description": "Designed to withdraw money from your bank account, this machine is completely dead now, both from having no more power, and having no internet connection to do any withdraws. While you can deconstruct it, it's effectively just a big pile of metal.",
Expand Down Expand Up @@ -97,7 +98,6 @@
"str_max": 800,
"sound": "metal screeching!",
"sound_fail": "clang!",
"ter_set": "t_floor",
"items": [
{ "item": "small_lcd_screen", "count": 1 },
{ "item": "lc_steel_lump", "count": 77 },
Expand Down

0 comments on commit fcc619f

Please sign in to comment.