Skip to content

Commit

Permalink
Update code/modules/anomalies/anomaly_stabilizer.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 8336d21 commit 2581874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/anomalies/anomaly_stabilizer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
return ATTACK_CHAIN_PROCEED

if(!user.drop_transfer_item_to_loc(core, src))
user.balloon_alert(user, "не отпустить")
balloon_alert(user, "отпустить невозможно!")
return ATTACK_CHAIN_PROCEED

if(cores.len >= 2)
Expand Down

0 comments on commit 2581874

Please sign in to comment.