mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Height Examine Fix (#16883)
This commit is contained in:
@@ -512,5 +512,5 @@
|
||||
else
|
||||
height_descriptor = "to tower over"
|
||||
if(height_string)
|
||||
return height_string += "[get_pronoun("He")] seem[get_pronoun("end")] [height_descriptor] you."
|
||||
return height_string += " [get_pronoun("He")] seem[get_pronoun("end")] [height_descriptor] you."
|
||||
return "[get_pronoun("He")] seem[get_pronoun("end")] [height_descriptor] you."
|
||||
|
||||
@@ -1428,7 +1428,7 @@
|
||||
else
|
||||
height_descriptor = "to tower over"
|
||||
if(height_string)
|
||||
return height_string + "[get_pronoun("He")] seem[get_pronoun("end")] [height_descriptor] you."
|
||||
return height_string + " [get_pronoun("He")] seem[get_pronoun("end")] [height_descriptor] you."
|
||||
return "[get_pronoun("He")] seem[get_pronoun("end")] [height_descriptor] you."
|
||||
|
||||
/mob/proc/get_speech_bubble_state_modifier()
|
||||
|
||||
Reference in New Issue
Block a user