Add command enable/disable
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export default function LookCommand(args, context) {
|
||||
if (args.length == 0) {
|
||||
if (args.length == 1) {
|
||||
context.examineRoom();
|
||||
} else {
|
||||
const room = context.getRoom(context.player.currentRoom);
|
||||
|
Reference in New Issue
Block a user