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

All Lamia Known Issues #1569

Open
7 tasks
VMSolidus opened this issue Jan 16, 2025 · 1 comment
Open
7 tasks

All Lamia Known Issues #1569

VMSolidus opened this issue Jan 16, 2025 · 1 comment
Labels
Type: Bug [Un]intentional issue with something

Comments

@VMSolidus
Copy link
Member

All of these issues must be fixed in order for Lamia to be considered viable for a "Full Release"(being made default roundstart).

  • Lamia cannot wideswing. Wideswing targets their tail, and their tail is ALWAYS going to be the closest target in a raycast. To fix this, a ByRefEvent must be raised by SharedMeleeWeaponSystem after the wideswing raycast is made, containing the list of all entities in the raycast and the uid of the attacker, and is raised on the targets of the list. Lamia segments must Subscribe to this event, and remove themselves from the list if the attacker is their main body.
  • Lamia cannot throw objects. Thrown objects already contain who the thrower was. Segments simply need to subscribe to the thrown collision, and cancel the collision if the thrower was their main body.
  • Lamia need to be made ineligible for the two blood related traits.
  • The "SnekSock" clothing visuals function needs to be remade functional again.
  • All Lamia Hardsuit Sprites need to be changed to Textures. Not hard to do. Instead of a "spherical" hardsuit, it needs to be an unbroken contiguous rectangle hardsuit, 32 pixels tall, by 10 pixels wide, same as the current segment textures.
  • The OnParentChanged subscription in SegmentedEntitySystem needs to be made to work again. This was what was supposed to fix the "Lamia tail gets left behind the shuttle" issue.
  • Either Lamia tails need to inherit their parents Access, or someone needs to fix an ANCIENT wizden bug where airlocks and firelocks close ontop of entities that have DoorBumpOpener. This should PROBABLY be done by changing DoorBumpOpener from a Tag to a Component...
@VMSolidus VMSolidus added the Type: Bug [Un]intentional issue with something label Jan 16, 2025
@Erisfiregamer1
Copy link
Contributor

Make sure to add the Dissapearing Tail On Teleport bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug [Un]intentional issue with something
Projects
None yet
Development

No branches or pull requests

2 participants