* attempt to migrate all background prefs..
* compiles
* separate background and record prefs
* move some things for clarity..
---------
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
copy_loadout used check_list_copy on the outer gear list only,
leaving the inner tweak metadata lists as shared references.
Modifications to gear tweaks in the copied slot would write
into the shared inner lists, affecting the original slot until
a save/reload cycle broke the reference.
Fix: deep copy both levels, matching the pattern used for
body_markings in 03_body.dm.
* Add a default spawn location
* Fix the unit test hopefully
* Rename and clean up the unit test
* Change it to use a defined spawnpoint datum
* Fix the build hopefully
* Fix the build x2
* Fix the build x3
* talon uniform
* Talon update
* Update talon_v2.dmm
Playing
* Talon fix and a new Slogan!
* talon fax
* For admins set up talon company fax
+ paperworks can use [talogo]
* Add FAX word
* Talon seal addation
* Fix and Updating the Talon map
Regarding the Talon map, I brought it to the appearance of the Rogue Star. So that players on both servers feel as little strange as possible when playing on the same ship, even on different servers.
* Update talon_v2.dmm
bluespace
* Fixup maps in TGM format
a89e3f1f87: maps/offmap_vr/talon/talon_v2.dmm
Automatically commited by: tools\mapmerge2\fixup.py
* Update talon_v2.dm
* Update talon_v2.dm
* sprite fix
* Forgot to add a fix
Fix for stamp and logo for correct work
* Delete custom_items.txt
accidentally add that in PR, now rempve that
* to subsystem
* wip subsystem pain
* some big recoding
* seperated
* oop
* fucking lua
* working on tgui foundation
* compile fixes
* nice and clean
* type
* inviting works
* unit testing
* agony
* test good
* typo
* that should be the basics
* Complete recode of pai saving
* restore fluff text
* migration
* pai notification automation
* swap
* length
* more fixes
* pai sprite datums
* type 13 uses all four directions
* eye handling
* use accessors
* working on icontests
* fix
* hologram eye test
* oop
* wait that doesn't work at all
* text
* eye colors and holo eyes
* lots of fixes
* fix those up
* organized
* belly cap
* that too
* death sprites
* resting eyes
* resting flag
* bad check here
* fixing icon files
* proper file
* garble
* fix some states
* pai death
* collapse pai files into single file
* allow some restricted pai interactions
* lamp
* block invites button
* collapse in remaining vr file
* this is actually needed
* documenting and organizing
* update to TGprefs
* remove gun toggle verb on pai
* forbid default name joins
* pai cable retraction
* various pai fixes
* icon forge pai
* pai eyes
* type 13 iconstate
* directionless
* small fix
* pai dir fix
* missing icon
* no fresh pais
* oops
* fixed pai join
* fixed change chassis
* pai UI
* .
* .
* reuse
* .
* .
* .
* push that
* Horro rmasks
* pai invite data change
* splitting
* use refs
* initial
* with PAI
* soem more
* .
* .
* .
* .
* ugh
* next
* pai invite
* only preview
* that
* use from char pref
* fixed pai invite not working
* small tgui fixes
* remove temp code
* .
* pai comments properly sent
* ooc
* horror
* need to use this for now
* .
* fix
* lol
* raw mob spawn fix
* pai software
* push
---------
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
* Convert gender and pronoun from pay to TG
* Remove HERM from biological gender init_possible_values because it won't work
* fix runtime error
---------
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
* Automatic changelog compile [ci skip]
* replace all bay instances for realname and nickname with tg
* add comments where uncertain of sanitisation needed
* Fix issue from git conflict..
* Fix issue causing setup menu not opening
* Attempt to clean up how name datums are handled
* Remove redundant check
* Fix number issues with character names
---------
Co-authored-by: vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com>
* Remove unused news_articles system
* Rip out the webhook system
* Merk bot/
* Rip out old IRC code
* Move the malf_ai manual
* Clean up the tools folder
* Revert "Remove unused news_articles system"
This reverts commit b1295ce8fa714ea35d768365c267b4b60fcd2faa.
* Put these back
* Added Skin Reagent Trait
On today's episode of "Satin sees a funny suggestion on the discord and implements it, but it's harder than she expects":
Added a new Skin Reagent trait, that allows you to pick one of six reagents that coat your skin and are applied to people when they lick you. These include: Ethanol, Capsaicin, Sleep Toxin, Rainbow Toxin, Paralysis Toxin and Pain Enzyme.
Does not trigger on licking yourself.
Also added a new option to traits to allow you to use a single list for them to select preferences, using a list variable called "multiple_choice".
Tested and seems to work great.
* Have salt as an option too, go on
* Removes flags, lazys the list
Not 100% sure if I've done the lazy right, I've not done much with lazy lists before.