Skip to content

Commit

Permalink
Port old text spans
Browse files Browse the repository at this point in the history
Ports text span definitions from the old codebase and Sandstorm. Required for use by some quirks and interactions.
  • Loading branch information
LeDrascol committed Oct 27, 2024
1 parent fef3c18 commit c77701e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/__DEFINES/~~~splurt_defines/spans.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// Entries here originally from Sandstorm Station 13
#define span_lewd(str) ("<span class='lewd'>" + str + "</span>")
#define span_love(str) ("<span class='love'>" + str + "</span>")
#define span_userlove(str) ("<span class='userlove'>" + str + "</span>")

// Entries here from SPLURT
#define span_reallybig_hypnophrase(str) ("<span class='reallybig hypnophrase'>" + str + "</span>")
#define span_big_warning(str) ("<span class='big warning'>" + str + "</span>")
#define span_header(str) ("<span class='header'>" + str + "</span>")
#define span_umbra(str) ("<span class='umbra'>" + str + "</span>")
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@
#include "code\__DEFINES\~~~splurt_defines\inventory.dm"
#include "code\__DEFINES\~~~splurt_defines\keybinding.dm"
#include "code\__DEFINES\~~~splurt_defines\mobs.dm"
#include "code\__DEFINES\~~~splurt_defines\spans.dm"
#include "code\__DEFINES\~~~splurt_defines\species_clothing_paths.dm"
#include "code\__DEFINES\~~~splurt_defines\strippable.dm"
#include "code\__DEFINES\~~~splurt_defines\underwear.dm"
Expand Down

0 comments on commit c77701e

Please sign in to comment.