We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime in code/modules/mob/hear_say.dm,8: Cannot execute null.find message(). proc name: hear say (/mob/proc/hear_say) usr: Bluespace Technician (ganza9991) (/mob/living/carbon/human/bst) usr.loc: The floor (73,89,2) (/turf/floor/tiled/steel) src: Charlie Lombardi (/mob/observer/ghost) src.loc: the floor (104,156,3) (/turf/floor/tiled/steel/gray_platform) call stack: Charlie Lombardi (/mob/observer/ghost): hear say("Фыв", "says", English Common (/datum/language/common), "", 0, Bluespace Technician (/mob/living/carbon/human/bst), null, 0, 2) Charlie Lombardi (/mob/observer/ghost): hear say("Фыв", "says", English Common (/datum/language/common), "", 0, Bluespace Technician (/mob/living/carbon/human/bst), null, 0, 2) Bluespace Technician (/mob/living/carbon/human/bst): say("Фыв", English Common (/datum/language/common), "says", "") Bluespace Technician (/mob/living/carbon/human/bst): say("фыв", null) Bluespace Technician (/mob/living/carbon/human/bst): Say("фыв")
В прераунде зашёл за БС теха и сказал "фыв", после чего высрало два рантайма на каждого из госта.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Runtime in code/modules/mob/hear_say.dm,8: Cannot execute null.find message().
proc name: hear say (/mob/proc/hear_say)
usr: Bluespace Technician (ganza9991) (/mob/living/carbon/human/bst)
usr.loc: The floor (73,89,2) (/turf/floor/tiled/steel)
src: Charlie Lombardi (/mob/observer/ghost)
src.loc: the floor (104,156,3) (/turf/floor/tiled/steel/gray_platform)
call stack:
Charlie Lombardi (/mob/observer/ghost): hear say("Фыв", "says", English Common (/datum/language/common), "", 0, Bluespace Technician (/mob/living/carbon/human/bst), null, 0, 2)
Charlie Lombardi (/mob/observer/ghost): hear say("Фыв", "says", English Common (/datum/language/common), "", 0, Bluespace Technician (/mob/living/carbon/human/bst), null, 0, 2)
Bluespace Technician (/mob/living/carbon/human/bst): say("Фыв", English Common (/datum/language/common), "says", "")
Bluespace Technician (/mob/living/carbon/human/bst): say("фыв", null)
Bluespace Technician (/mob/living/carbon/human/bst): Say("фыв")
В прераунде зашёл за БС теха и сказал "фыв", после чего высрало два рантайма на каждого из госта.
The text was updated successfully, but these errors were encountered: