about summary refs log tree commit diff stats
path: root/data/maps/the_great/metadata.txtpb
blob: b01faf7a6020ca48c133caa575f735d64124a267 (plain) (blame)
1
2
3
4
5
6
7
8
display_name: "The Great"
# This can't be shuffled because it is tilted.
excluded_nodes: "Components/Paintings/u"
# This can't be shuffled because it is on the ground.
excluded_nodes: "Components/blare"
# This is the fake HI panel that used to be in the Control Center entrance. It
# is neither visible nor accessible.
excluded_nodes: "Panels/General/entry_4"
e */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
comments_ready = ->
  $(".comment-reply-to").click ->
    $("#comment_reply_to_id").val($(this).data("commentId"))
    $("#comment-reply-msg .comment-reply-author").text($(this).data("commentAuthor"))
    $("#comment-reply-msg").show()
    return false

  $(".comment-reply-cancel").click ->
    $("#comment_reply_to_id").val("")
    $("#comment-reply-msg").hide()
    return false

$(document).ready(comments_ready)
$(document).on('turbolinks:load', comments_ready)