Room.prototype.setClearingTerminal = function (this: Room, clear: boolean) {
    this.memory.isClearingTerminal = clear;
};