-
-
Notifications
You must be signed in to change notification settings - Fork 542
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
Adds screenless IPCs #2513
Adds screenless IPCs #2513
Conversation
drafting because i realized i could add more stuff, please still test merge this |
Dw it will be done |
Issue: Synth tails are consistent between IPC character slots. Replication: Choose tail for an ipc, go to another ipc slot, the tail will be the same option as the one previously chosen. |
icon_state = "cat" | ||
|
||
/datum/sprite_accessory/ipc_tail/fox | ||
name = "Pawsitrons Fox" |
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.
Don't like these, doesn't feel very ipc to me
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.
why not? besides,synths aren't very classic ipc-ey,either
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.
I love them and I've seen a couple IPCs with them. They're very cool
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
marge please |
gotta fix whatever this is first |
Yeahhh, the digi right leg shows up in game, so I have no clue what it could be |
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.
can't merge this until the error's resolved one way or another
the issue is that it's trying to generate the limbs with non-digitigrade icons, so either find a way to fix that or just add plantigrade sprites for the pgf ipc limbs (pgfipc-d_r_leg
and pgfipc-d_l_leg
)
Ohhhhhhhhhh |
OOOOH I DID IT, ITS FIXED!!! I tested in game, digi variant still works |
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> This adds support for screenless IPCs. Most notably adds the Sprinter IPC chasis (by @Ebin-Halcyon ) to show this off ![image](https://github.com/shiptest-ss13/Shiptest/assets/58402542/9674864e-06c5-410c-85ed-867425691791) ![image](https://github.com/shiptest-ss13/Shiptest/assets/58402542/f5bbea33-c064-4857-8e70-cc324d2d2dc9) Also adds IPC tails More IPC customization Also Synths are no longer FBP jank, but who cares? Screenless IPC support! :cl: Halcyon, retlaw34, thgvr add: Added the Sprinter IPC Chassis add: Added the PGF MECHANICS IPC Chassis add: Adds IPC tails tweak: Robotic eyes now use the synth eye sprite. /:cl:
About The Pull Request
This adds support for screenless IPCs. Most notably adds the Sprinter IPC chasis (by @Ebin-Halcyon ) to show this off
Also adds IPC tails
Why It's Good For The Game
More IPC customization
Also Synths are no longer FBP jank, but who cares? Screenless IPC support!
Changelog
🆑 Halcyon, retlaw34, thgvr
add: Added the Sprinter IPC Chassis
add: Added the PGF MECHANICS IPC Chassis
add: Adds IPC tails
tweak: Robotic eyes now use the synth eye sprite.
/:cl: