mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 06:41:37 +00:00
* char descriptors * ok well it works somewhat * I LOVE FIXING SHIT OORAH * fixes * Update code/modules/mob/living/carbon/human/human_examine.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/modules/mob/living/carbon/human/human_examine.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/modules/mob/living/carbon/human/human_examine.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/modules/client/preference/character.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/modules/mob/living/carbon/human/human_defines.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/modules/mob/living/carbon/human/human_examine.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/modules/client/preference/link_processing.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * ok we love our fixes * Update SQL/updates/51-52.sql Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> * reverts and sql change to fix * yeppers * Update SQL/paradise_schema.sql Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> * aa's review * grammar * Update code/modules/client/preference/link_processing.dm Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * improves grammar * Create 52-32.sql * lmao please dont look at the change for this * glob list * Update code/modules/mob/living/carbon/human/human_examine.dm Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * y * mhmhmh * autodoc * grgrgrggrg contra review --------- Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
UPDATING SQL
The contents of this directory contain update sql scripts for the paracode SQL database.
Files following the naming convention -.sql Files are designed to be run sequentialy, moving from version 2, to version 4 would require running the following SQL scripts. 2-3.sql 3-4.sql
Special Notes
-
15-19 is considered as one version, but split into multiple files for simplicity and correct ordering. You MUST run them in order, and all of them between the game, or stuff will break horribly.
-
The same applies for 30-33 and 38-40