Skip to content

Commit

Permalink
Merge branch 'anomalies' of https://github.com/Anorak2024/Paradise in…
Browse files Browse the repository at this point in the history
…to anomalies
  • Loading branch information
Anorak2024 committed Dec 17, 2024
2 parents a68ba2a + 3c48052 commit da73fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/anomalies/anomaly_stabilizer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@
/obj/item/gun/energy/anomaly_stabilizer/examine(mob/user)
. = ..()
var/shots = round(cell.charge / (/obj/item/ammo_casing/energy/anomaly::e_cost) / stability_delta / stability_delta)
. += span_notice("Текущий заряд: [cell.charge]\\[cell.maxcharge].")
. += span_notice("Этого хватит на [shots] выстрелов и изменение стабильности на [shots * stability_delta] при текущих настройках.")
. += span_notice("Индикатор заряда сообщает: [cell.charge]\\[cell.maxcharge].")
. += span_notice("Этого хватит на [shots] [declension_ru(shots, "выстрел", "выстрела", "выстрелов")] и изменение стабильности аномалии на [shots * stability_delta] [declension_ru(shots * stability_delta, "единицу", "единицы", "единиц")] при текущих настройках.")

/obj/item/gun/energy/anomaly_stabilizer/update_overlays()
. = list()
Expand Down

0 comments on commit da73fcc

Please sign in to comment.