Skip to content

Commit

Permalink
change chewing gum to not be a stimulant (CleverRaven#67004)
Browse files Browse the repository at this point in the history
* change chewing gum to not be a stimulant

* Remove chewing gum from med.json

* add chewing gum to other.json, change comestible_type to FOOD
  • Loading branch information
Zapafaz authored Jul 20, 2023
1 parent d7ab3d9 commit 60a9620
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
20 changes: 0 additions & 20 deletions data/json/items/comestibles/med.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,26 +678,6 @@
"use_action": [ "FLU_VACCINE" ],
"flags": [ "NO_INGEST", "NPC_SAFE", "IRREPLACEABLE_CONSUMABLE" ]
},
{
"id": "gum",
"type": "COMESTIBLE",
"comestible_type": "MED",
"name": { "str_sp": "chewing gum" },
"description": "Bright pink sugar-free chewing gum.",
"category": "food",
"weight": "3 g",
"volume": "250 ml",
"price": 100,
"price_postapoc": 100,
"charges": 10,
"stack_size": 100,
"symbol": "*",
"color": "pink",
"stim": 1,
"fun": 2,
"flags": [ "NO_INGEST" ],
"use_action": [ "CHEW" ]
},
{
"id": "handrolled_cig",
"type": "COMESTIBLE",
Expand Down
19 changes: 19 additions & 0 deletions data/json/items/comestibles/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,25 @@
"volume": "2500 ml",
"flags": [ "INEDIBLE" ]
},
{
"id": "gum",
"type": "COMESTIBLE",
"comestible_type": "FOOD",
"name": { "str_sp": "chewing gum" },
"description": "Bright pink sugar-free chewing gum.",
"category": "food",
"weight": "3 g",
"volume": "250 ml",
"price": 100,
"price_postapoc": 100,
"charges": 10,
"stack_size": 100,
"symbol": "*",
"color": "pink",
"fun": 2,
"flags": [ "NO_INGEST" ],
"use_action": [ "CHEW" ]
},
{
"type": "COMESTIBLE",
"id": "slime_scrap",
Expand Down

0 comments on commit 60a9620

Please sign in to comment.