Skip to content

Commit

Permalink
Update objects.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
konushi committed Oct 9, 2023
1 parent f437b4d commit 82ae17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/maps220/code/objects.dm
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
H.apply_damage(rand(10, 40), BURN, pick("r_hand"))
H.adjustBrainLoss(30, TRUE)
else
to_chat(user, span_warning "[name] еще перезаряжается")
to_chat(user, span_warning ("[name] еще перезаряжается"))

/obj/item/clothing/gloves/ring/immortality_ring/equipped(mob/user, slot)
..()
Expand Down

0 comments on commit 82ae17d

Please sign in to comment.