瀏覽代碼

Macros appear in towns/cities/continents now

tags/v0.7.0
Fen Dweller 7 年之前
父節點
當前提交
738434e69c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      game.js

+ 1
- 1
game.js 查看文件

@@ -3375,7 +3375,7 @@ function startGame(e) {
things["Person"] = Human;
}

if (macro.victimsMacro) {
if (macro.victimsMacros) {
contents_insert("Town","Macro",2,5);
contents_insert("City","Macro",5,20);
contents_insert("Continent","Macro",100,300);


Loading…
取消
儲存