Skip to content

Commit

Permalink
Update code/modules/anomalies/cores.dm
Browse files Browse the repository at this point in the history
Co-authored-by: PlayerUnknown14 <[email protected]>
  • Loading branch information
Anorak2024 and PlayerUnknown14 authored Dec 17, 2024
1 parent c72c997 commit 5e2bdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/anomalies/cores.dm
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
return

if(H.bodytemperature < T0C - 50)
visible_message("[declent_ru(NOMINATIVE)] реагирует на контакт с холодным объектом и испуская языки пламени!")
visible_message("[capitalize(declent_ru(NOMINATIVE))] реагирует на контакт с холодным объектом, испуская языки пламени!")
H.adjust_fire_stacks(round(get_strenght() / 30 + 0.5))
H.IgniteMob()
else if(H.bodytemperature > T0C + 100)
Expand Down

0 comments on commit 5e2bdfc

Please sign in to comment.