changeset 551:766472b5c9a6

Apologetic comment.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 07 Sep 2013 21:54:34 +0200
parents 1bf96dd0c455
children e8bdcc34bb70
files nagslang/game_object.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nagslang/game_object.py	Sat Sep 07 21:52:54 2013 +0200
+++ b/nagslang/game_object.py	Sat Sep 07 21:54:34 2013 +0200
@@ -481,6 +481,8 @@
 
 
 class Bulkhead(GameObject):
+    # Yes, I know this should be "hatch" instead of "bulkhead". It was late and
+    # I was tired and the search/replace would touch *everything* now.
     zorder = ZORDER_FLOOR
 
     def __init__(self, space, end1, end2, key_state=None):