-
Notifications
You must be signed in to change notification settings - Fork 53
Legally Distinct Orange Cat + capybara fix #159
base: master
Are you sure you want to change the base?
Conversation
…crate for cargo, capybara and orange cat spawners, small chance of cat crate to spawn orange cat in pain
RSI Diff Bot; head commit f36b516 merging into 47d7885 Resources/Textures/Clothing/Mask/breath.rsi
Resources/Textures/DeltaV/Clothing/Mask/breath.rsi
Resources/Textures/DeltaV/Mobs/Animals/orange_cat.rsi
Resources/Textures/DeltaV/Objects/Tanks/emergency.rsi
Resources/Textures/Objects/Consumable/Smokeables/Pipes/pipe.rsi
Resources/Textures/Objects/Tanks/emergency.rsi
|
Strange I been seeing that rsi error on my prs too |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The RSI validator is mainly not happy about things you haven't touched and those two issues.
Pretty much replacing those two line with just a simple closing bracket.
It's also not happy about things that are unrelated, like cluwne???
tldr, you added a closing bracket that doesn't close any other open bracket and you added a comma that tells the file "hey I have something else for you" without having something else
}, | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the additional bracket at line 20 and the comma after the bracket of line 19.
}, | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the additional bracket at line 18 and the comma after the bracket of line 17.
I put out a quick fix for the rsi validator, if you update your branch, it should now only show errors relating to your changes |
oh, those two files in particular I think I forgot to delete because I ended up just modifying the preexisting breath mask and gas tank from wizden to fit on my creatures. I figured that's probably the way to go since I'm just making it so my creatures can use an already existing item, rather than making a new item for them entirely. I fixed the files but I will still keep the ones in the DeltaV folder until told otherwise. But those ones in the DeltaV folder are probably redundant at this point. This whole thing has given me a headache :) |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
About the PR
Adds a Legally Distinct orange cat, makes capybaras available to order from cargo, adds sprites for breath masks and 02 tanks for both creatures. Mappers can also place spawn points for capybaras and orange cats, and the cat crate probably has a small chance of spawning an orange cat unless I coded it wrong but I am so tired
Media
Changelog
🆑