Skip to content

Commit

Permalink
Move alcohol to a flag, and fix an over zealous deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman committed Oct 10, 2024
1 parent 712a716 commit c30bc22
Show file tree
Hide file tree
Showing 12 changed files with 133 additions and 206 deletions.
12 changes: 12 additions & 0 deletions data/json/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,18 @@
"type": "json_flag",
"info": "This gear has <info>cloaking tech</info> that will <good>make you invisible</good> when active, at the cost of <info>power from a UPS</info>."
},
{
"id": "ALCOHOL",
"type": "json_flag"
},
{
"id": "ALCOHOL_STRONG",
"type": "json_flag"
},
{
"id": "ALCOHOL_WEAK",
"type": "json_flag"
},
{
"id": "ALLOWS_TAIL",
"type": "json_flag"
Expand Down
15 changes: 0 additions & 15 deletions data/json/item_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,21 +234,6 @@
"id": "AFS_TRANSLOCATOR",
"name": { "str": "Create a buoy" }
},
{
"type": "item_action",
"id": "ALCOHOL",
"name": { "str": "Drink" }
},
{
"type": "item_action",
"id": "ALCOHOL_STRONG",
"name": { "str": "Drink" }
},
{
"type": "item_action",
"id": "ALCOHOL_WEAK",
"name": { "str": "Drink" }
},
{
"type": "item_action",
"id": "ANTIBIOTIC",
Expand Down
Loading

0 comments on commit c30bc22

Please sign in to comment.