Upstream merge 65642 (#12446)

* Extra-large painting canvases: 36x24 and 45x27

* Update paintings.dm

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
Gandalf
2022-04-01 01:08:55 +01:00
committed by GitHub
co-authored by Ghom
parent 81a239cec3
commit 6c3a287fed
17 changed files with 365 additions and 78 deletions
+1
View File
@@ -79,6 +79,7 @@
chosen_painting.patron_name = ""
chosen_painting.patron_ckey = ""
chosen_painting.credit_value = 0
chosen_painting.frame_type = initial(chosen_painting.frame_type)
log_admin("[key_name(user)] has reset patronage data on a persistent painting made by [chosen_painting.creator_ckey] with id [chosen_painting.md5].")
return TRUE
if("remove_tag")