mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
Fixes holoparasite renaming text displaying to others (#68708)
fixes dat bug
This commit is contained in:
@@ -168,7 +168,7 @@ GLOBAL_LIST_EMPTY(parasites) //all currently existing/living guardians
|
||||
to_chat(src, span_warning("Not a valid name, please try again."))
|
||||
guardianrename()
|
||||
return
|
||||
visible_message(span_notice("Your new name [span_name("[new_name]")] anchors itself in your mind."))
|
||||
to_chat(src, span_notice("Your new name [span_name("[new_name]")] anchors itself in your mind."))
|
||||
fully_replace_character_name(null, new_name)
|
||||
|
||||
/mob/living/simple_animal/hostile/guardian/Life(delta_time = SSMOBS_DT, times_fired) //Dies if the summoner dies
|
||||
|
||||
Reference in New Issue
Block a user