Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Fluffy-Frontier/FluffySTG
Browse files Browse the repository at this point in the history
…into upstream-mirror-25130
  • Loading branch information
Iajret committed Nov 21, 2023
2 parents cf9d216 + f59c9ac commit 4b14069
Show file tree
Hide file tree
Showing 8 changed files with 558 additions and 501 deletions.
237 changes: 123 additions & 114 deletions _maps/map_files/IceBoxStation/IceBoxStation.dmm

Large diffs are not rendered by default.

491 changes: 259 additions & 232 deletions _maps/map_files/MetaStation/MetaStation.dmm

Large diffs are not rendered by default.

312 changes: 158 additions & 154 deletions _maps/map_files/tramstation/tramstation.dmm

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion code/modules/mob/living/basic/pets/parrot/poly.dm
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
else
var/json_file = file("data/npc_saves/Poly.json")
if(!fexists(json_file))
return
return list()
var/list/json = json_decode(file2text(json_file))
returnable_list = json["phrases"]
rounds_survived = json["roundssurvived"]
Expand Down
4 changes: 4 additions & 0 deletions html/changelogs/AutoChangeLog-pr-753.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: "EuSouAFazer"
delete-after: True
changes:
- bugfix: "Meta's recycler works again"
4 changes: 4 additions & 0 deletions html/changelogs/AutoChangeLog-pr-758.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: "dieamond13"
delete-after: True
changes:
- bugfix: "removes a duplicate bookcase in icebox permabrig library"
5 changes: 5 additions & 0 deletions html/changelogs/AutoChangeLog-pr-759.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
author: "JohnFulpWillard"
delete-after: True
changes:
- bugfix: "[Icebox] Atmos techs have access to the Engineering front desk windoor."
- qol: "[Icebox] Security's lower floor is not as easily cut off from the powernet anymore."
4 changes: 4 additions & 0 deletions html/changelogs/AutoChangeLog-pr-760.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: "dieamond13"
delete-after: True
changes:
- bugfix: "adds back one way exits to Tramstation science's entrance"

0 comments on commit 4b14069

Please sign in to comment.