mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-18 20:09:27 +08:00
修复电摇嘲讽的bug
This commit is contained in:
parent
fa7e44ac1c
commit
3191545e5f
@ -81,7 +81,8 @@ function checkMockery(loc, force) {
|
||||
'autotile',
|
||||
'tileset',
|
||||
'npcs',
|
||||
'npc48'
|
||||
'npc48',
|
||||
'terrains'
|
||||
].includes(block.event.cls)
|
||||
) {
|
||||
action.push(
|
||||
|
@ -266,6 +266,7 @@ function exit() {
|
||||
|
||||
.list-text {
|
||||
font-size: 2.5vh;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.list-end {
|
||||
|
Loading…
Reference in New Issue
Block a user