Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
фикс шлемов в одну строку
Browse files Browse the repository at this point in the history
  • Loading branch information
johncoder0 committed Jul 8, 2023
1 parent 329b62f commit 22c65d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/spacesuits/void/void.dm
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ else if(##equipment_var) {\
to_chat(H, "<span class='notice'>You retract your suit helmet.</span>")
helmet.canremove = 1
playsound(loc, helmet_retract_sound, 30)
H.drop_from_inventory(helmet, src)
H.drop_from_inventory(helmet, slot_head)
else
if(H.head)
to_chat(H, "<span class='danger'>You cannot deploy your helmet while wearing \the [H.head].</span>")
Expand Down

0 comments on commit 22c65d4

Please sign in to comment.