mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-31 15:09:26 +08:00
修复电摇嘲讽的bug
This commit is contained in:
parent
fa7e44ac1c
commit
3191545e5f
@ -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(
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user