Skip to content

Commit 2160e69

Browse files
Adds contraband to the prison safe of the Warden. (#82642)
* Adds contraband to the prison safe of the Warden. * Actualizar prison_island.json * Third is the charm
1 parent 66246e9 commit 2160e69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/json/mapgen/prison/prison_island.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@
111111
],
112112
"place_items": [
113113
{ "item": "table_destruction", "x": 16, "y": 40, "chance": 100 },
114-
{ "item": "table_destruction", "x": 17, "y": 40, "chance": 100 }
114+
{ "item": "table_destruction", "x": 17, "y": 40, "chance": 100 },
115+
{ "item": "contraband", "x": 42, "y": 61, "chance": 100, "repeat": [ 3, 6 ] }
115116
],
116117
"place_monster": [
117118
{ "monster": "mon_zombie_brute_shocker", "x": 65, "y": 36, "name": "The Foreman" },

0 commit comments

Comments
 (0)