extends "res://scripts/painting_scenery.gd" func _answer_correct(): var apclient = global.get_node("Archipelago") if not apclient._door_shuffle or apclient.paintingIsVanilla(self.name): ._answer_correct() func movePainting(): ._answer_correct() func _looked_at(var body, var painting): ._looked_at(body, painting) if body.is_in_group("player") && (painting.get_name() == self.get_name()): var apclient = global.get_node("Archipelago") if !apclient._pilgrimage_allows_paintings: global.sunwarp = 1 body.get_node("pivot/camera/sunwarp_background").visible = false in'>index : thoughts
mixed-content personal blog
about summary refs log tree commit diff stats
path: root/app/views/quote_mailer/pending_quote_email.text.erb
blob: b9d71bb30f8d57f73297d26a52f91863eab47274 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
A new quote has been submitted for moderation.

<% unless @quote.submitter.nil? %>
It was submitted by: <%= @quote.submitter %>.

<% end %>
Here is the quote:

---

<%= @quote.content %>

---

Posted: <%= @quote.created_at.strftime("%B #{@quote.created_at.day.ordinalize}, %Y at %-I:%M:%S%P") %>

Go to the admin panel: <%= pending_admin_quotes_url %>