mayor PAL patch

This commit is contained in:
ManDude
2022-06-19 00:09:39 +01:00
parent b505433097
commit cc4786733e
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
// if you want to filter to only some object names.
// it will make the decompiler much faster.
"allowed_objects": ["snow-flutflut-obs", "snow-button-ag", "flutflut-plat-med-ag", "flutflut-plat-small-ag", "flutflut-plat-large-ag"],
"allowed_objects": ["cam-update"],
"banned_objects": [],
////////////////////////////
+6 -1
View File
@@ -69,7 +69,12 @@
(close-specific-task! (game-task jungle-lurkerm) (task-status need-reward-speech))
(first-any (-> arg0 tasks) #t)
)
(new 'static 'spool-anim :name "mayor-resolution-beams" :index 7 :parts 6 :command-list '())
(new 'static 'spool-anim
:name "mayor-resolution-beams"
:index 7
:parts 6
:command-list '((0 setting-unset ambient-volume))
)
)
(defmethod play-anim! mayor ((obj mayor) (arg0 symbol))