Skip to content

Commit

Permalink
Merge pull request #62039 from anoobindisguise/anoobindisguise-bankbots
Browse files Browse the repository at this point in the history
spawn mon_copbot instead of mon_secubot in banks
  • Loading branch information
Rivet-the-Zombie authored Nov 10, 2022
2 parents 66f52ce + 3fab8ea commit 46c3454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/mapgen/bank.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"failures": [ { "action": "shutdown" }, { "action": "alarm" } ]
}
},
"place_monster": [ { "monster": "mon_secubot", "x": [ 7, 18 ], "y": [ 7, 18 ], "chance": 30, "repeat": 4 } ]
"place_monster": [ { "monster": "mon_copbot", "x": [ 7, 18 ], "y": [ 7, 18 ], "chance": 30, "repeat": 4 } ]
}
},
{
Expand Down Expand Up @@ -227,7 +227,7 @@
"failures": [ { "action": "alarm" }, { "action": "damage" }, { "action": "secubots" } ]
}
},
"place_monster": [ { "monster": "mon_secubot", "x": [ 7, 18 ], "y": [ 7, 18 ], "chance": 30, "repeat": 4 } ]
"place_monster": [ { "monster": "mon_copbot", "x": [ 7, 18 ], "y": [ 7, 18 ], "chance": 30, "repeat": 4 } ]
}
},
{
Expand Down

0 comments on commit 46c3454

Please sign in to comment.