pandemic fixes

This commit is contained in:
Artur
2020-02-10 10:20:57 +02:00
parent 4e45525a26
commit 816f94bd61
3 changed files with 13 additions and 5 deletions
@@ -170,7 +170,7 @@
if(!A.mutable)
return
if(A)
var/new_name = stripped_input(usr, "Name the disease", "New name", "", MAX_NAME_LEN)
var/new_name = sanitize_name(html_encode(params["name"]))
if(!new_name || ..())
return
A.AssignName(new_name)