Reddo 5 년 전
부모
커밋
bb08383468
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/World/Classes/Thing.ts

+ 1 - 0
app/World/Classes/Thing.ts

@@ -106,6 +106,7 @@ class Thing implements Printable {
 
         this.shiny = options.shiny == true;
 
+        // TODO: Make sure you never bring back a fodder Room - these disappear between games and we don't want to lose Things in them.
         this.addGetAlterations((thing : Thing) => {
             function getClosestRoom (currentRoom : RoomRandom, rooms : Array<RoomRandom>) {
                 if (currentRoom instanceof RoomRandom && rooms.length > 0) {