mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
It's bothered me for a while that monitors are called "item boxes" in the config but nowhere else
This commit is contained in:
parent
cfdc212a56
commit
4ef18fb51c
2 changed files with 2 additions and 2 deletions
|
@ -3234,7 +3234,7 @@ thingtypes
|
|||
{
|
||||
color = 7; // Gray
|
||||
blocking = 2;
|
||||
title = "Item Boxes";
|
||||
title = "Monitors";
|
||||
width = 16;
|
||||
height = 32;
|
||||
flags4text = "[4] Random (Strong)";
|
||||
|
|
|
@ -3369,7 +3369,7 @@ thingtypes
|
|||
{
|
||||
color = 7; // Gray
|
||||
blocking = 2;
|
||||
title = "Item Boxes";
|
||||
title = "Monitors";
|
||||
width = 16;
|
||||
height = 32;
|
||||
flags4text = "[4] Random (Strong)";
|
||||
|
|
Loading…
Reference in a new issue