Skip to content

Commit afa5b3a

Browse files
committed
Lowered difficulty, disabled mouse
1 parent f7657a3 commit afa5b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubedoom.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,6 @@ func main() {
174174
log.Print("You can now connect to it with a VNC viewer at port 5900")
175175

176176
log.Print("Trying to start DOOM ...")
177-
startCmd("/usr/bin/env DISPLAY=:99 /usr/local/games/psdoom -warp -E1M1")
177+
startCmd("/usr/bin/env DISPLAY=:99 /usr/local/games/psdoom -warp -E1M1 -skill 1 -nomouse")
178178
socketLoop(listener, mode)
179179
}

0 commit comments

Comments
 (0)