Skip to content

Commit

Permalink
Update code/modules/anomalies/anomaly_generator.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 593288a commit 36b919d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/anomalies/anomaly_generator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@

if(user.drop_transfer_item_to_loc(I, src))
add_fingerprint(user)
user.visible_message(span_warning("[user] поместил[genderize_ru(user.gender, "", "а", "о", "и")] [I] в [src]."), \
span_warning("Вы поместили [I] в [src]."))
user.visible_message(span_warning("[user] поместил[genderize_ru(user.gender, "", "а", "о", "и")] [I.declent_ru(ACCUSATIVE)] в [declent_ru(ACCUSATIVE)]."), \
span_warning("Вы поместили [I.declent_ru(ACCUSATIVE)] в [declent_ru(ACCUSATIVE)]."))
containment.Add(I)
return ATTACK_CHAIN_PROCEED_SUCCESS

Expand Down

0 comments on commit 36b919d

Please sign in to comment.