Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cognislime -- Cognizine but for objects #25907

Closed
wants to merge 27 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
4a6ac82
draft 1
Interrobang01 Dec 13, 2023
cef2069
it works somewhat
Interrobang01 Dec 13, 2023
58cdfbe
Working better than ever
Interrobang01 Dec 15, 2023
b21c63b
no idea what i am doing
Interrobang01 Feb 14, 2024
3c60174
Merge branch 'master' into cognislime
Interrobang01 Mar 7, 2024
70ba7c1
added recipe of cognizine and slime
Interrobang01 Mar 7, 2024
b885d49
added proper locale
Interrobang01 Mar 7, 2024
63a772a
added proper sprite
Interrobang01 Mar 7, 2024
1a37286
added crystalline cognislime
Interrobang01 Mar 7, 2024
3451f4c
better descriptions
Interrobang01 Mar 7, 2024
dccd899
code cleanup because I almost forgot
Interrobang01 Mar 7, 2024
080738b
made server system not partial cuz it works fine without it
Interrobang01 Mar 7, 2024
310ad5e
i have absolutely no idea why that doafter was defined inside itself …
Interrobang01 Mar 7, 2024
dae1c73
that entire class just didn't need to exist??? i don't know why it wa…
Interrobang01 Mar 7, 2024
5e32dd5
added more components to blacklist
Interrobang01 Mar 7, 2024
58c021a
first deltanedas review sweep
Interrobang01 Mar 7, 2024
f67fcef
second deltanedas review sweep
Interrobang01 Mar 7, 2024
90794f1
moved doafter stuff to shared as per review
Interrobang01 Mar 7, 2024
4eebc2e
third deltanedas review sweep
Interrobang01 Mar 7, 2024
06ddc7c
changed public handler to private handler
Interrobang01 Mar 7, 2024
bc1771f
maybe this will fix the test failures?
Interrobang01 Mar 7, 2024
487ef72
changed cognigrime recipe to not need slime for the express purpose o…
Interrobang01 Mar 7, 2024
2dd309f
embettered crystalline cognislime description
Interrobang01 Mar 7, 2024
e9b1a8c
fine! water solevent for cognigrime! will this end the test failures???
Interrobang01 Mar 7, 2024
73b426c
Singulo whitelisted
Interrobang01 Mar 7, 2024
c749d44
added CanAttack datafield; currently disabled
Interrobang01 Mar 7, 2024
0fbad4f
Added an = false to datafields so it's clear that they default to false
Interrobang01 Mar 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Content.Shared/Cognislime/CognislimeComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ public sealed partial class CognislimeComponent : Component
Components = new[]
{
"PAI",
"MindContainer",
Interrobang01 marked this conversation as resolved.
Show resolved Hide resolved
"BorgBrain",
}
};
}
Loading