diff --git a/nodes.lua b/nodes.lua index f5ef0d9..62b820e 100644 --- a/nodes.lua +++ b/nodes.lua @@ -328,6 +328,7 @@ laptop.register_hardware("laptop:monitor3", { description = "Pentium 3", infotext = "Pentium 3", sequence = { "off", "on"}, + custom_launcher = "cs-bos", hw_capabilities = { "floppy", "liveboot" }, node_defs = { ["on"] = { @@ -450,4 +451,4 @@ laptop.register_hardware("laptop:laptop", { } } } -}) \ No newline at end of file +})