Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Adds flavor text and records" #1864

Merged
merged 1 commit into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions code/__DEFINES/~monkestation/span.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@
#define span_ratvar(str) ("<span class='ratvar'>" + str + "</span>")

#define REQUEST_MENTORHELP "request_mentorhelp"

#define span_italics(str) ("<span class='italics'>" + str + "</span>")
3 changes: 0 additions & 3 deletions code/__HELPERS/pronouns.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
/datum/proc/p_theyve(capitalized, temp_gender)
. = p_they(capitalized, temp_gender) + "'" + copytext_char(p_have(temp_gender), 3)

/datum/proc/p_Theyve(capitalized, temp_gender)
. = p_They(capitalized, temp_gender) + "'" + copytext_char(p_have(temp_gender), 3)

/datum/proc/p_theyre(capitalized, temp_gender)
. = p_they(capitalized, temp_gender) + "'" + copytext_char(p_are(temp_gender), 2)

Expand Down
2 changes: 0 additions & 2 deletions monkestation/code/__DEFINES/_module_defines.dm

This file was deleted.

2 changes: 0 additions & 2 deletions monkestation/code/__DEFINES/antag_defines.dm

This file was deleted.

4 changes: 0 additions & 4 deletions monkestation/code/__DEFINES/signals.dm

This file was deleted.

11 changes: 0 additions & 11 deletions monkestation/code/__HELPERS/text_helpers.dm

This file was deleted.

2 changes: 0 additions & 2 deletions monkestation/code/modules/antagonists/_common/antag_datum.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/datum/antagonist
/// Allows antags to check exploitable info
antag_flags = FLAG_CAN_SEE_EXPOITABLE_INFO
///The list of keys that are valid to see our antag hud/of huds we can see
var/list/hud_keys

Expand Down
11 changes: 0 additions & 11 deletions monkestation/code/modules/client/preferences/_preferences.dm

This file was deleted.

162 changes: 0 additions & 162 deletions monkestation/code/modules/client/preferences/multiline_preferences.dm

This file was deleted.

88 changes: 0 additions & 88 deletions monkestation/code/modules/flavor_text/flavor_examine.dm

This file was deleted.

73 changes: 0 additions & 73 deletions monkestation/code/modules/flavor_text/flavor_helpers.dm

This file was deleted.

Loading
Loading