Files
fulpstation/config/lua.txt
Pepsilawn 450295354b Updates the Fulpstation codebase to the 01/08/2022 version of the tgstation repository (#755)
* Automatic changelog compile [ci skip]

* Update readme.md

* Automatic changelog compile [ci skip]

* what

* Wow

* Foiled by my very own grep check

* dont tell anyone i forgot to update basemaps

* The gags vendor updatepath script is broken

* can be untg-edited later just want to see TGU running soon

* Revert "can be untg-edited later just want to see TGU running soon"

This reverts commit c14b2be919.

* I like this better

* test

* i am sleep deprived

* Humanoid screenshot tests 4 backpack resprite

* infils have backpacks too apparently

* makes bloodsuckers not cooldown anymore

* removes more cooldowns

* fixes some bugs

Co-authored-by: Changelogs <action@github.com>
Co-authored-by: JohnFulpWillard <53777086+JohnFulpWillard@users.noreply.github.com>
2022-08-05 02:26:53 -04:00

10 lines
290 B
Plaintext

## This file allows server hosts to specify the paths that the lua function "require" searches for modules in.
## The character '?' will be replaced with the name of the module being searched.
LUA_PATH ?
LUA_PATH ?.lua
LUA_PATH ?.luau
LUA_PATH lua/?
LUA_PATH lua/?.lua
LUA_PATH lua/?.luau