-
Notifications
You must be signed in to change notification settings - Fork 95
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
Special Buck Icon #324
Special Buck Icon #324
Conversation
adds an icon for special buckshot.
@@ -82,6 +82,8 @@ var/list/shotgun_boxes_12g = list( | |||
/obj/item/ammo_magazine/shotgun/buckshot/special | |||
name = "box of buckshot shells, USCM special type" | |||
desc = "A box filled with buckshot spread shotgun shells, USCM special type. 12 Gauge." | |||
icon_state = "special" | |||
item_state = "special" |
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 define both icon and item state? Shouldnt they do the same thing?
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.
afaik item_state in most cases defines inhands sprites, anddd theres no changes to inhands dmi file, might have to add them or change item_state to that of buckshot box
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.
see above
adds an icon for special buckshot.
About the pull request
Adds an icon for special buckshot shells. Thanks to Suno for helping me figure out where to define handful_state.
Explain why it's good for the game
It allows special buckshot to be immediately distinguished from normal buckshot, in the event that both are present. It also looks pretty cool I think.
Testing Photographs and Procedure
Screenshots & Videos
Changelog
🆑
add: Added an icon for special buckshot.
/:cl: