Skip to content

Commit

Permalink
Merge branch 'master' into nabbers
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint authored May 7, 2024
2 parents 84cd2a5 + f8f3088 commit 2d46685
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 654 deletions.
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: 1 addition & 1 deletion code/modules/antagonists/abductor/machinery/experiment.dm
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
LAZYINITLIST(history)
var/mob/living/carbon/human/H = occupant

if(istype(H)) //We shouldn't be processing anything other than humans, and if we do we runtime.
if(!istype(H)) //We shouldn't be processing anything other than humans, and if we do we runtime.
return

var/datum/antagonist/abductor/user_abductor = user.mind.has_antag_datum(/datum/antagonist/abductor)
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

0 comments on commit 2d46685

Please sign in to comment.