Skip to content

Commit

Permalink
[MIRROR] [MDB IGNORE] Removes actually concerning religious references (
Browse files Browse the repository at this point in the history
#6382)

Original PR: tgstation/tgstation#76228
-----
## About The Pull Request
Someone said something stupid in a comment so I'm removing it

## Why It's Good For The Game
Not every religious reference is concerning, but the "allahu ackbar"
meme died out in the 2010s and was always kind of racist.

## Changelog
Doesn't need one.

---------

Co-authored-by: TheVekter <TheVekter@users.noreply.github.com>
  • Loading branch information
TaleStationBot and TheVekter committed Jun 23, 2023
1 parent f618e0c commit 8dc0966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/grenades/flashbang.dm
Expand Up @@ -34,7 +34,7 @@
living_mob.Knockdown(max(200/max(1, distance), 60))

//Bang
if(!distance || loc == living_mob || loc == living_mob.loc) //Stop allahu akbarring rooms with this.
if(!distance || loc == living_mob || loc == living_mob.loc)
living_mob.Paralyze(20)
living_mob.Knockdown(200)
living_mob.soundbang_act(1, 200, 10, 15)
Expand Down

0 comments on commit 8dc0966

Please sign in to comment.