Skip to content

Commit

Permalink
Баланс.
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Oct 23, 2023
1 parent 128bb81 commit 48a5a97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/gamemodes/objective.dm
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ If not set, defaults to check_completion instead. Set it. It's used by cryo.
/datum/objective/assassinate/once/update_explanation_text()
..()
if(target && target.current)
explanation_text = "Наша цель - [target.name], [!target_role_type ? target.assigned_role : target.special_role]. Убей эту цель насмерть!"
explanation_text = "Убей [target.name], [!target_role_type ? target.assigned_role : target.special_role], один раз!"
START_PROCESSING(SSprocessing,src)
else
explanation_text = "Свободная Задача"
Expand Down
1 change: 0 additions & 1 deletion code/modules/projectiles/projectile/beams.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
impact_type = /obj/effect/projectile/impact/laser
wound_bonus = 8
bare_wound_bonus = 12
fire_hazard = TRUE

//overclocked laser, does a bit more damage but has much higher wound power (-0 vs -20)
/obj/item/projectile/beam/laser/hellfire
Expand Down

0 comments on commit 48a5a97

Please sign in to comment.