Skip to content

Commit

Permalink
Немного кодстайла чтоб проверки перезапустились. Щас сломались на одн…
Browse files Browse the repository at this point in the history
…ой карте из-за генерации лавы.
  • Loading branch information
Anorak2024 committed Oct 31, 2024
1 parent 0b1cef0 commit dbfe395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/clothing/gloves/rings.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@
if(stud)
to_chat(user, span_warning("The [name] already has a gem."))
return ATTACK_CHAIN_PROCEED

if(!diamond.use(1))
to_chat(user, span_warning("You need at least one diamond to fill the socket."))
return ATTACK_CHAIN_PROCEED

stud = TRUE
update_icon()
to_chat(user, span_notice("You socket the diamond into [src]."))
Expand Down

0 comments on commit dbfe395

Please sign in to comment.