Skip to content

Commit 6a86c73

Browse files
committed
Synchronize some files with 1.6.0.2
1 parent 1cc859b commit 6a86c73

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

res/gamedata/configs/misc/items.ltx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,9 @@ cform = skeleton
223223
class = II_ATTCH
224224
visual = dynamics\devices\dev_harmonica\dev_harmonica.ogf
225225
cost = 35
226-
inv_name = "harmonica"
227-
inv_name_short = "harmonica"
226+
inv_name = st_harmonica_name
227+
inv_name_short = st_harmonica_name
228+
description = st_harmonica_descr
228229
inv_weight = 0.35
229230
inv_grid_width = 1
230231
inv_grid_height = 1

res/gamedata/scripts/_g.script

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ dev_debug = false
3939
sim_debug = false
4040
mus_vol = 0
4141
amb_vol = 0
42+
b_discard_settings_shown = false
4243
----------------------------------------------------------------------
4344
local scripts_to_print = {
4445
["stalker_generic"] = true,

0 commit comments

Comments
 (0)