Fixes verbs not being given properly when joining ghost spawners/aghosting back into your body (#16575)

* fix some more edge cases

* Update html/changelogs/mattatlas-aghostverbs.yml

* oops

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2023-06-28 16:11:23 +00:00
committed by GitHub
co-authored by Matt Atlas
parent bfc431f200
commit 263cc2f575
11 changed files with 61 additions and 6 deletions
+2 -2
View File
@@ -56,8 +56,8 @@
var/mob/abstract/observer/O = user
if(O.antagHUD && player_is_antag(M.mind))
category = M.mind.special_role
if(!category)
category = "Alive"
if(!category)
category = "Alive"
var/special_char = is_special_character(M)
if(!name)
continue