We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc859b commit 6a86c73Copy full SHA for 6a86c73
res/gamedata/configs/misc/items.ltx
@@ -223,8 +223,9 @@ cform = skeleton
223
class = II_ATTCH
224
visual = dynamics\devices\dev_harmonica\dev_harmonica.ogf
225
cost = 35
226
-inv_name = "harmonica"
227
-inv_name_short = "harmonica"
+inv_name = st_harmonica_name
+inv_name_short = st_harmonica_name
228
+description = st_harmonica_descr
229
inv_weight = 0.35
230
inv_grid_width = 1
231
inv_grid_height = 1
res/gamedata/scripts/_g.script
@@ -39,6 +39,7 @@ dev_debug = false
39
sim_debug = false
40
mus_vol = 0
41
amb_vol = 0
42
+b_discard_settings_shown = false
43
----------------------------------------------------------------------
44
local scripts_to_print = {
45
["stalker_generic"] = true,
0 commit comments