mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-21 14:29:55 +00:00
Blue area tweaks
This commit is contained in:
parent
676be69725
commit
0c05d76a94
2 changed files with 10 additions and 0 deletions
|
|
@ -37,6 +37,11 @@ FOOTSTEP_SFX = [
|
|||
# Red observation deck
|
||||
['step_metal',
|
||||
'step_tile'],
|
||||
# Red alley
|
||||
[],
|
||||
# Blue outpost
|
||||
['step_tile',
|
||||
'step_wood'],
|
||||
]
|
||||
|
||||
FOOTSTEP_AMT = {
|
||||
|
|
|
|||
|
|
@ -24,6 +24,11 @@ class SpecialEventData
|
|||
[[-1, 0], [0, 0], [1, 0],
|
||||
[-1, -1], [0, -1], [1, -1]]
|
||||
),
|
||||
:specialpool => SpecialEventData.new(
|
||||
[],
|
||||
[[-1, 0], [0, 0], [1, 0],
|
||||
[-1, -1], [0, -1], [1, -1]]
|
||||
),
|
||||
:generator => SpecialEventData.new(
|
||||
[:bottom],
|
||||
[[-3, -1], [-2, -1], [-1, -1], [0, -1], [1, -1], [2, -1], [3, -1], # lowest row
|
||||
|
|
|
|||
Loading…
Reference in a new issue