This commit is contained in:
33333-33333 2026-07-16 22:12:03 +09:00
commit 2cc2f003df
71 changed files with 3359 additions and 1027 deletions

View file

@ -1,7 +1,7 @@
"use strict";
function colonyMoodTip() {
const mood = world?.evaluateColonyMood?.(true) || world?.colonyMood || null;
const mood = world?.evaluateColonyMood?.() || world?.colonyMood || null;
return String(mood?.description || "\u5927\u304d\u306a\u554f\u984c\u304c\u5c11\u306a\u304f\u3001\u843d\u3061\u7740\u3044\u305f\u72b6\u614b\u3067\u3059\u3002");
}