let it retry for up to a minute

This commit is contained in:
Timothy Teakettle
2022-08-08 16:38:02 +01:00
parent 529ada40ef
commit a9f77d9344
+1 -1
View File
@@ -60,7 +60,7 @@
dullahan_head.update_appearance()
/datum/component/dullahan/proc/update_name(retries = 0)
if(retries > 3)
if(retries > 30)
return FALSE
var/mob/living/carbon/human/H = parent
if(length(H.name))