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
Error:
got '|', expected one of: '{', ';', if, while, do, for, spawn, switch, try, set, break, continue, del, var, return, CRASH, throw, goto, operator, term
Code:
/datum/hud/critter/proc/create_stamina_element() as num | null
The text was updated successfully, but these errors were encountered:
I can't be bothered to find the BYOND bug report, but note that this was broken in BYOND too until very recently.
Sorry, something went wrong.
/datum/hud | null isn't legal in BYOND either so I'll assume you mean input types like num|text which do need fixing
/datum/hud | null
num|text
d750852
No branches or pull requests
Error:
Code:
The text was updated successfully, but these errors were encountered: