mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
* a new coat of paint
* no shooting teammates on spawn for 100 damage
* datumization part 1, makes DS more OP, spacing fix
* hnng still broken but better
* breaks stuff less 99%
* mostly tgui
* oops, removes left over things from testing
* seperate tgui
* undo changes to ERT file and ERT manager
* build TGUI, front end is working
* minor fix, still broken
* this hurts me
* few small changes
* please dont fail
* mind code runs, but it doesnt work
* logging good, tgui built, will finish later
* mind code hurts, tgui should deconflict
* part one of giving up on TGUI
* 3 days of debugging, 2 lines of errors fixed
* no more unneccessary spawners
* Revert "no more unneccessary spawners"
* wow it works
* tgui, deconflict please
* a little clean up
* little more cleanup
* Sirryan addressed pt1
* Oops should commit this before the next commit
* DS isnt an option in one click antag, nuke it
* oops forgot this one small bit
* wow, simple code works
* oops, forgot to address, doesnt fix headset
* ds headset was broken long ago
* removes testing implants
* addresses requests
* get addressed code, you will be good
* few code improvements
* address moxian
* Makes deathsquad naming consistent
* this comment is true again
* a little precaution to stop AFKs
* no nuke code? no problem
* bing bam boom, more addressing
* no more runtimes I think
* clarified a few things
* gloves now show again following #18190
* Update code/game/objects/items/weapons/explosives.dm
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>
* okay I'm a bit stupid
* deathsquad jumpsuit desc update
* CI my beloved, have a fix
* deathsquad gets their proper icon
* Revert "deathsquad gets their proper icon"
This reverts commit a52519305b.
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>
23 lines
1.4 KiB
Plaintext
23 lines
1.4 KiB
Plaintext
GLOBAL_LIST_INIT(ai_names, file2list("config/names/ai.txt"))
|
|
GLOBAL_LIST_INIT(wizard_first, file2list("config/names/wizardfirst.txt"))
|
|
GLOBAL_LIST_INIT(wizard_second, file2list("config/names/wizardsecond.txt"))
|
|
GLOBAL_LIST_INIT(ninja_titles, file2list("config/names/ninjatitle.txt"))
|
|
GLOBAL_LIST_INIT(ninja_names, file2list("config/names/ninjaname.txt"))
|
|
GLOBAL_LIST_INIT(deathsquad_names, file2list("config/names/deathsquad.txt"))
|
|
GLOBAL_LIST_INIT(first_names_male, file2list("config/names/first_male.txt"))
|
|
GLOBAL_LIST_INIT(first_names_female, file2list("config/names/first_female.txt"))
|
|
GLOBAL_LIST_INIT(last_names, file2list("config/names/last.txt"))
|
|
GLOBAL_LIST_INIT(clown_names, file2list("config/names/clown.txt"))
|
|
GLOBAL_LIST_INIT(mime_names, file2list("config/names/mime.txt"))
|
|
GLOBAL_LIST_INIT(golem_names, file2list("config/names/golem.txt"))
|
|
GLOBAL_LIST_INIT(megacarp_first_names, file2list("strings/names/megacarp1.txt"))
|
|
GLOBAL_LIST_INIT(megacarp_last_names, file2list("strings/names/megacarp2.txt"))
|
|
|
|
GLOBAL_LIST_INIT(verbs, file2list("config/names/verbs.txt"))
|
|
GLOBAL_LIST_INIT(nouns, file2list("config/names/nouns.txt"))
|
|
GLOBAL_LIST_INIT(adjectives, file2list("config/names/adjectives.txt"))
|
|
GLOBAL_LIST_INIT(dream_strings, file2list("config/names/dreams.txt"))
|
|
GLOBAL_LIST_INIT(nightmare_strings, file2list("config/names/nightmares.txt"))
|
|
//loaded on startup because of "
|
|
//would include in rsc if ' was used
|