修复电摇嘲讽的bug

This commit is contained in:
unanmed 2023-04-22 20:33:58 +08:00
parent fa7e44ac1c
commit 3191545e5f
2 changed files with 3 additions and 1 deletions

View File

@ -81,7 +81,8 @@ function checkMockery(loc, force) {
'autotile', 'autotile',
'tileset', 'tileset',
'npcs', 'npcs',
'npc48' 'npc48',
'terrains'
].includes(block.event.cls) ].includes(block.event.cls)
) { ) {
action.push( action.push(

View File

@ -266,6 +266,7 @@ function exit() {
.list-text { .list-text {
font-size: 2.5vh; font-size: 2.5vh;
padding: 0 20px;
} }
.list-end { .list-end {