Commit Graph
4 Commits
Author SHA1 Message Date
RoxyandGitHub 5020cec410 Fix define sanity linter failures (#3209)
Fix all of the define sanity failures, either by adding an `#undef`
where needed or moving them to a file in `code/__DEFINES`

![image](https://github.com/user-attachments/assets/abd76dcd-d610-4567-801e-ee7fc477d58c)
2025-03-06 03:24:59 -05:00
Majkl-JandWaterpig 90a4473d3f Some borer, and ciberimp fixes 2025-03-05 13:21:33 +01:00
Majkl-J 225199e26b Moves all the organcode down to obj/item/organ 2025-02-20 00:06:45 -08:00
25a23cd8b3 [TM ready, again] brain augment fluff (#2497)
## About The Pull Request

...this time it should actually have been based correctly. As per [my
previous pr](https://github.com/Bubberstation/Bubberstation/pull/2492).
I know half the code was done in skyrat but this isn't really the type
of PR which can be modularized neatly anyways. Sorry. Anyways, it's done
now.

As for the empathic sensor, that is an item done by request and probably
could be worth higher cost? Now it's removed from roundstart.

## Proof Of Testing
don't mind the world of warcraft noises. I'm not sure why those picked
up. On the floor in the videos you can also see the new vox brain, the
new cortically-augmented brain, and the unchanged android brain.

The experiment works right

https://github.com/user-attachments/assets/2a542499-30ad-4848-b415-1a836d25bfcf
Empathic sensor reads and sends. It no longer is read/send by/to
shadekin, using its own "frequency"

https://github.com/user-attachments/assets/00552f32-829e-4efc-9c2d-0314d8ea0e2e

Removed, but the selection dropdown is there. Just empty.

![Screenshot_3](https://github.com/user-attachments/assets/2e1ad9bf-1da8-4307-946f-aa775e94f776)
Actually 0 now

![Screenshot_2](https://github.com/user-attachments/assets/2b05064f-136f-4102-8c35-81248d298056)
https://github.com/Bubberstation/Bubberstation/issues/2724 is actually
resolved

https://github.com/user-attachments/assets/18b8185c-5e2e-4927-afeb-f06c1887b5c3

## Changelog

🆑
code: "Brain augment" and "Brain implant" selection in prefs
add: Added new brain type for humans. It's chrome, choom
add: One new brain implant for civilian use, the empathic sensor.
balance: androids get a brain damage cap var (999); can't be EMP'd while
already dead; alert texts when they're EMP'd
image: new sprite for vox brain
code: vox (primalis) brain now a child of android brains
/🆑

---------

Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
2025-01-12 13:23:30 -08:00