Skip to content

add: power cord inhand sprite #6737

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

Open
wants to merge 1 commit into
base: master220
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion code/modules/surgery/organs/augments_arms.dm
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,8 @@
name = "power cable"
desc = "Insert into a nearby APC to draw power from it."
icon = 'icons/obj/engines_and_power/power.dmi'
icon_state = "wire1"
item_state = "plantbgone"
icon_state = "power_cable"
Comment on lines +436 to +437
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
item_state = "plantbgone"
icon_state = "power_cable"
item_state = "power_cable"
icon_state = "wire1"

ошибка, полагаю, ибо залиты только инхенд спрайты + такого айкон стейта нет

item_flags = NOBLUDGEON
var/drawing_power = FALSE

Expand Down
Binary file modified icons/mob/inhands/items_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/items_righthand.dmi
Binary file not shown.