Skip to content

Commit

Permalink
Comment changes (#24)
Browse files Browse the repository at this point in the history
* Add comments for changes

* More comments

* Add TTS as separate ss220 config

* Revert "Add TTS as separate ss220 config"

This reverts commit 3037a9d3ce5dd915cd0f20ebefd60c055f826542.
  • Loading branch information
Morb0 authored and Dimach committed Oct 10, 2023
1 parent c27be85 commit ec076c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/__DEFINES/~skyrat_defines/DNA.dm
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
#define MAXIMUM_MARKINGS_PER_LIMB 3

#define BODY_SIZE_NORMAL 1.00
#define BODY_SIZE_MAX 1.1
#define BODY_SIZE_MIN 0.9
#define BODY_SIZE_MAX 1.1 //SS220 EDIT CHANGE
#define BODY_SIZE_MIN 0.9 //SS220 EDIT CHANGE

//In inches
#define PENIS_MIN_GIRTH PENIS_MIN_LENGTH
Expand Down
2 changes: 1 addition & 1 deletion code/_compile_options.dm
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
#endif

#ifndef PRELOAD_RSC //set to:
#define PRELOAD_RSC 0 // 0 to allow using external resources or on-demand behaviour;
#define PRELOAD_RSC 0 // 0 to allow using external resources or on-demand behaviour; //SS220 EDIT CHANGE
#endif // 1 to use the default behaviour;
// 2 for preloading absolutely everything;

Expand Down
2 changes: 1 addition & 1 deletion modular_skyrat/modules/tagline/code/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
s += " ("
s += "<a href=\"[CONFIG_GET(string/discord_link)]\">"
s += "Discord"
s += "</a>)\]"
s += "</a>)\]" //SS220 EDIT CHANGE
s += "<br>[CONFIG_GET(string/servertagline)]<br>"


Expand Down

0 comments on commit ec076c2

Please sign in to comment.