mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user