Skip to content

Commit

Permalink
Removes actually concerning religious references (#76228)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
TheVekter committed Jun 23, 2023
1 parent 93d4b6d commit 295d464
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 295d464

Please sign in to comment.