You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WARNINGS.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,12 @@ Which makes the black squares stand out like a sore thumb if placed above the wa
80
80
### Contains an unlinked PrisonMarker
81
81
This cell contains a `PrisonMarker` that doesn't link to an interior cell. `PrisonMarker`s need to link to interiors containing `stolen_goods` to prevent crashes.
82
82
83
+
### Contains a trapped door or container
84
+
This cell contains a scripted door or container that has been assigned a trap. The script prevents the trap from working.
85
+
86
+
### Contains door or container unlocked with
87
+
This cell contains a scripted door or container that has been assigned a key. The script prevents the key from working.
88
+
83
89
### Contains non-real position or rotation
84
90
This reference's position or rotation is not a real number (NaN or Infinity) which breaks things.
0 commit comments