Skip to content

Commit e1d851e

Browse files
FalloutFalcondwinters99AquiduKCartridge
authored
Special Fran Port (#28)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request Ports the entirely of our old map from old code! Along with a handful of items and type paths that are required for it to compile. <!-- Describe The Pull Request. Please be sure every change is documented or this can delay review and even discourage maintainers from merging your PR! --> ## Why It's Good For The Game Our own map is good c: <!-- Argue for the merits of your changes and how they benefit the game, especially if they are controversial and/or far reaching. If you can't actually explain WHY what you are doing will improve the game, then it probably isn't good for the game in the first place. --> ## Changelog <!-- If your PR modifies aspects of the game that can be concretely observed by players or admins you should add a changelog. If your change does NOT meet this description, remove this section. Be sure to properly mark your PRs to prevent unnecessary GBP loss. You can read up on GBP and its effects on PRs in the tgstation guides for contributors. Please note that maintainers freely reserve the right to remove and add tags should they deem it appropriate. You can attempt to finagle the system all you want, but it's best to shoot for clear communication right off the bat. --> :cl: add: Readds a bunch of random assorted content required for Special Fran to function map: Ports Special Fran from oldcode with a ton of required changes/tweaks /:cl: <!-- Both :cl:'s are required for the changelog to work! You can put your name to the right of the first :cl: if you want to overwrite your GitHub username as author ingame. --> <!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. --> --------- Co-authored-by: dwinters99 <65516417+dwinters99@users.noreply.github.com> Co-authored-by: Aquidu <hedgehogsrevenge@gmail.com> Co-authored-by: KaileyCtrg <potatopie34@gmail.com>
1 parent 23f859b commit e1d851e

92 files changed

Lines changed: 189923 additions & 16 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_maps/_basemap.dm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
#include "map_files\debug\multiz.dmm"
2121
#include "map_files\debug\runtimestation.dmm"
2222
// DARKPACK EDIT CHANGE END
23+
// APOC EDIT ADD START - (Special Fran)
24+
#include "map_files\Vampire\special_fran\special_francisco.dmm"
25+
// APOC EDIT ADD END
2326
#endif
2427
#ifdef ALL_TEMPLATES
2528
#include "templates.dm"

0 commit comments

Comments
 (0)