Skip to content

Commit

Permalink
bugfix: remove bad words (#3968)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach authored Dec 1, 2023
1 parent 4e4c5ea commit 5fe37a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/martial_arts/throwing_knives.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
attacker.drop_r_hand()
var/sound = pick('sound/weapons/knife_holster/throat_slice.ogg','sound/weapons/knife_holster/throat_slice2.ogg')
playsound(defender.loc, sound, 25, 1)
attacker.visible_message(span_danger("[attacker] перерезает глотку [defender]! Ахуй."), span_danger("Вы перерезаете глотку [defender]! Ахуй."))
attacker.visible_message(span_danger("[attacker] перерезает глотку [defender]!"), span_danger("Вы перерезаете глотку [defender]!"))

/datum/martial_art/throwing/explaination_footer(user)
to_chat(user, "[span_notice("Работает с ножами")]: Боевой, шахтёрский, костяной, метательный")
Expand Down

0 comments on commit 5fe37a9

Please sign in to comment.