From 323dd0e951d6ccf567b6a13ca4b4cef87c52d39d Mon Sep 17 00:00:00 2001 From: Glenn Hutchings Date: Sat, 16 Apr 2016 14:14:54 +0100 Subject: [PATCH] Add missing code-block directive. --- chapters/12.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chapters/12.rst b/chapters/12.rst index 595c0b1..7b632e4 100644 --- a/chapters/12.rst +++ b/chapters/12.rst @@ -248,6 +248,8 @@ generic form: We have seen some of these actions before. We'll take care of the easier ones: +.. code-block:: inform6 + Attack: if (costume has worn) { deadflag = 4; -- 2.31.1