Skip to content

Commit

Permalink
misc fix and release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
waveyl committed Sep 5, 2024
1 parent 02c99f7 commit 1afe730
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1068,18 +1068,6 @@
"examine_action": "controls_gate",
"bash": { "str_min": 8, "str_max": 16, "sound": "splash!", "sound_fail": "splat!", "ter_set": "t_gates_control_concrete" }
},
{
"type": "terrain",
"id": "t_secro_atm_flesh",
"name": "fleshed ATM",
"description": "With flesh covering the entire mechanism, you can't do anything useful...",
"symbol": "&",
"color": "red",
"move_cost": 0,
"coverage": 55,
"flags": [ "TRANSPARENT", "NOITEM", "REDUCE_SCENT", "PERMEABLE" ],
"bash": { "str_min": 8, "str_max": 16, "sound": "splash!", "sound_fail": "splat!", "ter_set": "t_atm" }
},
{
"type": "terrain",
"id": "t_secro_window_stained_green_flesh",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@
"result": [ "t_gates_control_concrete", "t_secro_gates_control_concrete_flesh" ],
"valid_terrain": [ "t_gates_control_concrete" ]
},
{ "result": [ "t_atm", "t_secro_atm_flesh" ], "valid_terrain": [ "t_atm" ] },
{
"result": [ "t_window_stained_green", "t_secro_window_stained_green_flesh" ],
"valid_terrain": [ "t_window_stained_green" ]
Expand Down Expand Up @@ -461,7 +460,6 @@
"result": [ [ "t_gates_control_concrete", 5 ], "t_secro_gates_control_concrete_flesh" ],
"valid_terrain": [ "t_gates_control_concrete" ]
},
{ "result": [ [ "t_atm", 5 ], "t_secro_atm_flesh" ], "valid_terrain": [ "t_atm" ] },
{
"result": [ [ "t_window_stained_green", 5 ], "t_secro_window_stained_green_flesh" ],
"valid_terrain": [ "t_window_stained_green" ]
Expand Down
2 changes: 1 addition & 1 deletion 适配版本.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-08-12-0753
2024-09-05-0221

0 comments on commit 1afe730

Please sign in to comment.