slightly better

This commit is contained in:
Timothy Teakettle
2022-08-08 00:17:56 +01:00
parent b5e70ba008
commit 9a8c356f24
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -12,8 +12,9 @@
dullahan_head = new(get_turf(H))
dullahan_head.name = "[H.name]'s head"
dullahan_head.desc = "the decapitated head of [H.name]"
if(length(H.name))
dullahan_head.name = "[H.name]'s head"
dullahan_head.desc = "the decapitated head of [H.name]"
dullahan_head.owner = H
RegisterSignal(H, COMSIG_LIVING_REGENERATE_LIMBS, .proc/unlist_head)