Adds the art gallery to Deltastation (#49517)

* it's art

* readds photocopier and bookbinder

* trims persistence ids

* let's try this again

* here we go

* fixed a pipe
This commit is contained in:
Mickyan
2020-02-25 18:42:37 +01:00
committed by GitHub
parent 56109716e1
commit 7495a68808
2 changed files with 363 additions and 362 deletions
+10
View File
@@ -354,3 +354,13 @@
for(var/x in 1 to width)
for(var/y in 1 to height)
grid[x][y] = I.GetPixel(w-x,h-y)
//Presets for art gallery mapping, for paintings to be shared across stations
/obj/structure/sign/painting/library
persistence_id = "library"
/obj/structure/sign/painting/library_secure
persistence_id = "library_secure"
/obj/structure/sign/painting/library_private // keep your smut away from prying eyes, or non-librarians at least
persistence_id = "library_private"