Skip to content

Cocaine back on the menu#622

Closed
Eponymic-sys wants to merge 12 commits intoProjectOmu:masterfrom
Eponymic-sys:cocaineTake2
Closed

Cocaine back on the menu#622
Eponymic-sys wants to merge 12 commits intoProjectOmu:masterfrom
Eponymic-sys:cocaineTake2

Conversation

@Eponymic-sys
Copy link

@Eponymic-sys Eponymic-sys commented Feb 28, 2026

About the PR

Why / Balance

Bounty, seemed fun.
The CocaineSpaceBear being able to use martial arts might be a bit strong, but it can't use any armor, has no resistances, and only 120 health.

Technical details

I really did try to reuse existing code, but there wasn't a hell of a lot that did what I wanted to do. I split it up for easier reading, but it basically is 80% workarounds to get simplemobai working when there's a player involved.

Adds two systems, enraged, which gives players simplemobai hostile, and organreagentinjection which adds the ability for organs to inject reagents into bodies.

Adds a cocaine space bear and heart with unique (ish) textures to telegraph the difference to players. The heart constantly injects cocaine and omnizine.

Adds two reagents, cocaine (stimulants with enraged) and raw cocaine (stimulants but worse).

Adds a plant. Coco, used to produce raw coco and from there cocaine.

Media

Media in https://discord.com/channels/1406768242843979816/1474474160637083885

Requirements

Breaking changes

Changelog

🆑

  • add: Added Cocaine

@github-actions github-actions bot added the S: Untriaged Has not been set a status; currently not labeled. label Feb 28, 2026
@github-actions github-actions bot added Changes: Sprites Makes changes to sprites/RSIs. and removed size/L labels Feb 28, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 28, 2026

RSI Diff Bot; head commit 25ee538 merging into 0fb656e
This PR makes changes to 1 or more RSIs. Here is a summary of all changes:

Resources/Textures/_Omu/Mobs/Animals/coacinebear.rsi

State Old New Status
cocaine-bear Added
cocaine-bear_dead Added
energy Added
glow Added

Resources/Textures/_Omu/Mobs/Species/CocaineBear/organs.rsi

State Old New Status
energy Added
heart-inhand-left Added
heart-inhand-right Added
heart-off Added
heart-on Added

Resources/Textures/_Omu/Objects/Consumable/Narcotics/cocainepowder.rsi

State Old New Status
cocainepowder Added

Resources/Textures/_Omu/Objects/Specific/Hydroponics/coco.rsi

State Old New Status
dead Added
dried Added
harvest Added
produce Added
seed Added
stage-1 Added
stage-2 Added
stage-3 Added

Edit: diff updated after 25ee538

@Eponymic-sys Eponymic-sys marked this pull request as ready for review February 28, 2026 20:24
@LukaSlade LukaSlade added S: Needs Review Needs review by a maintainer. Note: Bounty A pull-request made for a bounty or other offer. Type: Feature Adds completely new stuff to the game. A: Service Area: Service department, including cooking, botany, etc and removed S: Untriaged Has not been set a status; currently not labeled. labels Mar 6, 2026
@OmuStationBot OmuStationBot added the S: Merge Conflict There is a conflict in merging the files. label Mar 7, 2026
@OmuStationBot
Copy link
Collaborator

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@OmuStationBot OmuStationBot removed the S: Merge Conflict There is a conflict in merging the files. label Mar 12, 2026
Copy link
Contributor

@NotActuallyMarty NotActuallyMarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay man remove the vibecode comments remove the nonsense in yaml put in some effort into prs and look over what you're writing and doing instead of submitting things with no effort. Right now you're adding foodsequenceelements for nonsense items that do not exist, not giving them sprites either, the sprites you provide have a nonsense attribution link.

flavor: bitter
color: "#c2c2c2"
boilingPoint: 150.0
meltingPoint: -10.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Negative 10 kelvin?

flavor: bitter
color: "#c2c2c2"
boilingPoint: 150.0
meltingPoint: -10.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Negative 10 kelvin?

Comment on lines +22 to +25
- type: FoodSequenceElement
entries:
Burger: CocoBurger
Taco: CocoTaco
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why

@Eponymic-sys
Copy link
Author

This is a dumb and fragile way to do this, it's easily broken. I'm actively working around the game design, and coding guidelines just to avoid making changes outside of Omu. There's upstream changes that will probably break this. Bypass isn't actually bypassing anything, and cocaine is literally a copy of stimulants.

You're right, lazy PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A: Service Area: Service department, including cooking, botany, etc Changes: Sprites Makes changes to sprites/RSIs. Note: Bounty A pull-request made for a bounty or other offer. S: Needs Review Needs review by a maintainer. size/L Type: Feature Adds completely new stuff to the game.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants