修复电摇嘲讽的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',
'tileset',
'npcs',
'npc48'
'npc48',
'terrains'
].includes(block.event.cls)
) {
action.push(

View File

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