Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 7b75ec5

Browse files
committed
Randomness
1 parent 14599d1 commit 7b75ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/datums/traits/negative.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
job_blacklist = list("Captain", "Head of Personnel", "Research Director", "Chief Medical Officer", "Chief Engineer", "Head of Security", "Security Officer", "Warden")
5656

5757
/datum/quirk/blindness/add()
58-
var/blindness_preference = quirk_holder.client.prefs.read_preference(/datum/preference/choiced/blindness_choice)
58+
var/blindness_preference = quirk_holder.client.prefs.read_preference(/datum/preference/choiced/blindness_choice) == "Random" ? pick("Echolocation", "Complete blindness") : quirk_holder.client.prefs.read_preference(/datum/preference/choiced/blindness_choice)
5959
quirk_holder.become_blind(ROUNDSTART_TRAIT)
6060
if(blindness_preference == "Echolocation")
6161
quirk_holder.AddComponent(/datum/component/echolocation) //add when echolocation is fixed

0 commit comments

Comments
 (0)