Changes implicit nulls to be explicit (#24587)

* , , -> null

* more

* bam

* lets undo these, for atomicity

* NOW THIS IS MORE

* lol

* oops
This commit is contained in:
Contrabang
2024-03-14 18:38:32 +00:00
committed by GitHub
parent 5b829d8c0b
commit 694959178b
30 changed files with 95 additions and 95 deletions
@@ -191,7 +191,7 @@
if("input")
switch(href_list["preference"])
if("name")
var/raw_name = clean_input("Choose your character's name:", "Character Preference", , user)
var/raw_name = clean_input("Choose your character's name:", "Character Preference", null, user)
if(!isnull(raw_name)) // Check to ensure that the user entered text (rather than cancel.)
var/new_name = reject_bad_name(raw_name, 1)
if(new_name)