Skip to content

Commit

Permalink
quick dirty fix for generic adjective selection not showing up for pe…
Browse files Browse the repository at this point in the history
…ople who never had it set.
  • Loading branch information
Anticept committed Jun 10, 2024
1 parent 5597974 commit 06db676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
var/special_voice = "" // For changing our voice. Used by a symptom.

/// Adjective used in get_generic_name(), if any
var/generic_adjective
var/generic_adjective = "Unremarkable"
var/bleedsuppress = 0 //for stopping bloodloss body-wide

var/name_override //For temporary visible name changes
Expand Down

0 comments on commit 06db676

Please sign in to comment.