samualtnorman / hackmud-script-manager

Script manager for game hackmud, with minification, TypeScript support, and player script type definition generation.

Home Page:https://www.npmjs.com/package/hackmud-script-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golfing an already quine-cheated script can break it

samualtnorman opened this issue · comments

function () {
	//[1,2,3]
	return #fs.scripts.quine().split("\n")[1].slice(2)
}

turns out #178 was a duplicate of this issue