Conversation
|
RSI Diff Bot; head commit 25ee538 merging into 0fb656e Resources/Textures/_Omu/Mobs/Animals/coacinebear.rsi
Resources/Textures/_Omu/Mobs/Species/CocaineBear/organs.rsi
Resources/Textures/_Omu/Objects/Consumable/Narcotics/cocainepowder.rsi
Resources/Textures/_Omu/Objects/Specific/Hydroponics/coco.rsi
|
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
NotActuallyMarty
left a comment
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Negative 10 kelvin?
| flavor: bitter | ||
| color: "#c2c2c2" | ||
| boilingPoint: 150.0 | ||
| meltingPoint: -10.0 |
There was a problem hiding this comment.
Negative 10 kelvin?
| - type: FoodSequenceElement | ||
| entries: | ||
| Burger: CocoBurger | ||
| Taco: CocoTaco |
|
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. |


















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
🆑