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
#define BLOODSUCKER_RESTRICTED_SPECIES list( \ /datum/species/synthetic, \ /datum/species/plasmaman, \ /datum/species/shadow/nightmare, \ /datum/species/abductor, \ /datum/species/android, \ /datum/species/golem, \ /datum/species/shadow, \ /datum/species/skeleton, \ /datum/species/zombie, \ /datum/species/mutant, \ /datum/species/dullahan \ ) \ /thing/stuff var/thing = BLOODSUCKER_RESTRICTED_SPECIES name = "oh no"
errors on name def, parsing error
The text was updated successfully, but these errors were encountered:
oh @ZephyrTFA said this is actually fucked in byond anyways? idk maybe test it first
Sorry, something went wrong.
A trailing newline escape like that in a define will cause errors in normal byond depending on where the define is used
No branches or pull requests
errors on name def, parsing error
The text was updated successfully, but these errors were encountered: