Skip to content

Commit

Permalink
blueprints status on photographs is no longer persistent (tgstation#8…
Browse files Browse the repository at this point in the history
…3093)

Bro it's a different station with different wires!
  • Loading branch information
Fikou authored May 7, 2024
1 parent 135bf59 commit 39963ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/modules/photography/_pictures.dm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
.["caption"] = caption
.["pixel_size_x"] = psize_x
.["pixel_size_y"] = psize_y
.["blueprints"] = has_blueprints
.["logpath"] = logpath

SET_SERIALIZATION_SEMVER(semvers, "1.0.0")
Expand All @@ -93,8 +92,6 @@
id = input["id"]
psize_x = input["pixel_size_x"]
psize_y = input["pixel_size_y"]
if(input["blueprints"])
has_blueprints = input["blueprints"]
if(input["caption"])
caption = input["caption"]
if(input["desc"])
Expand Down

0 comments on commit 39963ae

Please sign in to comment.