Skip to content

Commit

Permalink
Update 02_body.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexanx committed Dec 20, 2024
1 parent 588906f commit 5df14d3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions code/modules/client/preference_setup/general/02_body.dm
Original file line number Diff line number Diff line change
Expand Up @@ -707,11 +707,6 @@ var/global/list/valid_bloodtypes = list("A+", "A-", "B+", "B-", "AB+", "AB-", "O
else
selected_level = possible_levels[1]

//[SIERRA-ADD] - pr34500 - Prevents runtimes, because as of now it can be null
if(!selected_level)
return
//[/SIERRA-ADD]

var/additional_data
if (length(selected.metaoptions))
var/list/sanitized_metaoptions
Expand Down

0 comments on commit 5df14d3

Please sign in to comment.