forked from rDrama/rDrama
1
0
Fork 0

rename positive field to negative since there's neutral awards

master
Aevann 2023-10-14 23:26:31 +03:00
parent 1e76231e93
commit 11cca5d9f3
2 changed files with 74 additions and 74 deletions

View File

@ -15,7 +15,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": False, "enabled": False,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
@ -31,7 +31,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": False, "enabled": False,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"ghost": { "ghost": {
@ -45,7 +45,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": False, "enabled": False,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"nword": { "nword": {
@ -59,7 +59,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": False, "enabled": False,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"fish": { "fish": {
@ -73,7 +73,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": False, "enabled": False,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
@ -90,7 +90,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": IS_FISTMAS() or IS_HOMOWEEN(), "enabled": IS_FISTMAS() or IS_HOMOWEEN(),
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
@ -106,7 +106,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": IS_FISTMAS(), "enabled": IS_FISTMAS(),
"positive": True, "negative": False,
"included_in_lootbox": True, "included_in_lootbox": True,
}, },
"snow": { "snow": {
@ -120,7 +120,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": IS_FISTMAS(), "enabled": IS_FISTMAS(),
"positive": True, "negative": False,
"included_in_lootbox": True, "included_in_lootbox": True,
}, },
"gingerbread": { "gingerbread": {
@ -134,7 +134,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": IS_FISTMAS(), "enabled": IS_FISTMAS(),
"positive": True, "negative": False,
"included_in_lootbox": True, "included_in_lootbox": True,
}, },
"lights": { "lights": {
@ -148,7 +148,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": IS_FISTMAS(), "enabled": IS_FISTMAS(),
"positive": True, "negative": False,
"included_in_lootbox": True, "included_in_lootbox": True,
}, },
"frostbite": { "frostbite": {
@ -162,7 +162,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": IS_FISTMAS(), "enabled": IS_FISTMAS(),
"positive": True, "negative": False,
"included_in_lootbox": True, "included_in_lootbox": True,
}, },
"candycane": { "candycane": {
@ -176,7 +176,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": IS_FISTMAS(), "enabled": IS_FISTMAS(),
"positive": True, "negative": False,
"included_in_lootbox": True, "included_in_lootbox": True,
}, },
"grinch": { "grinch": {
@ -190,7 +190,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": IS_FISTMAS() and SITE_NAME != "WPD", "enabled": IS_FISTMAS() and SITE_NAME != "WPD",
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
@ -206,7 +206,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": IS_HOMOWEEN(), "enabled": IS_HOMOWEEN(),
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"bite": { "bite": {
@ -220,7 +220,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": IS_HOMOWEEN(), "enabled": IS_HOMOWEEN(),
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"spiders": { "spiders": {
@ -234,7 +234,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": IS_HOMOWEEN(), "enabled": IS_HOMOWEEN(),
"positive": True, "negative": False,
"included_in_lootbox": True, "included_in_lootbox": True,
}, },
"fog": { "fog": {
@ -248,7 +248,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": IS_HOMOWEEN(), "enabled": IS_HOMOWEEN(),
"positive": True, "negative": False,
"included_in_lootbox": True, "included_in_lootbox": True,
}, },
"bones": { "bones": {
@ -262,7 +262,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": IS_HOMOWEEN(), "enabled": IS_HOMOWEEN(),
"positive": True, "negative": False,
"included_in_lootbox": True, "included_in_lootbox": True,
}, },
"pumpkin": { "pumpkin": {
@ -276,7 +276,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": IS_HOMOWEEN(), "enabled": IS_HOMOWEEN(),
"positive": True, "negative": False,
"included_in_lootbox": True, "included_in_lootbox": True,
}, },
"stalker": { "stalker": {
@ -290,7 +290,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": IS_HOMOWEEN(), "enabled": IS_HOMOWEEN(),
"positive": True, "negative": False,
"included_in_lootbox": True, "included_in_lootbox": True,
}, },
"candy-corn": { "candy-corn": {
@ -304,7 +304,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": IS_HOMOWEEN(), "enabled": IS_HOMOWEEN(),
"positive": True, "negative": False,
"included_in_lootbox": True, "included_in_lootbox": True,
}, },
"ectoplasm": { "ectoplasm": {
@ -318,7 +318,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": IS_HOMOWEEN(), "enabled": IS_HOMOWEEN(),
"positive": True, "negative": False,
"included_in_lootbox": True, "included_in_lootbox": True,
}, },
"stab": { "stab": {
@ -332,7 +332,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": IS_HOMOWEEN(), "enabled": IS_HOMOWEEN(),
"positive": True, "negative": False,
"included_in_lootbox": True, "included_in_lootbox": True,
}, },
"upsidedown": { "upsidedown": {
@ -346,7 +346,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": IS_HOMOWEEN(), "enabled": IS_HOMOWEEN(),
"positive": True, "negative": False,
"included_in_lootbox": True, "included_in_lootbox": True,
}, },
"flashlight": { "flashlight": {
@ -360,7 +360,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": IS_HOMOWEEN(), "enabled": IS_HOMOWEEN(),
"positive": True, "negative": False,
"included_in_lootbox": True, "included_in_lootbox": True,
}, },
"haunt": { "haunt": {
@ -374,7 +374,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": IS_HOMOWEEN(), "enabled": IS_HOMOWEEN(),
"positive": True, "negative": False,
"included_in_lootbox": True, "included_in_lootbox": True,
}, },
"jumpscare": { "jumpscare": {
@ -388,7 +388,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": IS_HOMOWEEN(), "enabled": IS_HOMOWEEN(),
"positive": True, "negative": False,
"included_in_lootbox": True, "included_in_lootbox": True,
}, },
"hallowgrinch": { "hallowgrinch": {
@ -402,7 +402,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": IS_HOMOWEEN() and SITE_NAME != "WPD", "enabled": IS_HOMOWEEN() and SITE_NAME != "WPD",
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
@ -418,7 +418,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": IS_BIRTHGAY() or IS_BIRTHDEAD(), "enabled": IS_BIRTHGAY() or IS_BIRTHDEAD(),
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
@ -434,7 +434,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"marsify": { "marsify": {
@ -448,7 +448,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"emoji": { "emoji": {
@ -462,7 +462,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": True, "enabled": True,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"emoji-hz": { "emoji-hz": {
@ -476,7 +476,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": False, "enabled": False,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"rainbow": { "rainbow": {
@ -490,7 +490,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": not FEATURES['HOUSES'], "enabled": not FEATURES['HOUSES'],
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"sharpen": { "sharpen": {
@ -504,7 +504,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": not FEATURES['HOUSES'], "enabled": not FEATURES['HOUSES'],
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"shit": { "shit": {
@ -518,7 +518,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": True, "enabled": True,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"fireflies": { "fireflies": {
@ -532,7 +532,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": True, "enabled": True,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"firework": { "firework": {
@ -546,7 +546,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": True, "enabled": True,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"ricardo": { "ricardo": {
@ -560,7 +560,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": True, "enabled": True,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"tilt": { "tilt": {
@ -574,7 +574,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": True, "enabled": True,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"glowie": { "glowie": {
@ -588,7 +588,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": True, "enabled": True,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"gold": { "gold": {
@ -602,7 +602,7 @@ AWARDS = {
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": True, "enabled": True,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"spider": { "spider": {
@ -616,7 +616,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"owoify": { "owoify": {
@ -630,7 +630,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": not FEATURES['HOUSES'], "enabled": not FEATURES['HOUSES'],
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"flairlock": { "flairlock": {
@ -644,7 +644,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"rehab": { "rehab": {
@ -658,7 +658,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"namelock": { "namelock": {
@ -672,7 +672,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"queen": { "queen": {
@ -686,7 +686,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"offsitementions": { "offsitementions": {
@ -700,7 +700,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"unpin": { "unpin": {
@ -714,7 +714,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": True, "ghost": True,
"enabled": True, "enabled": True,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"chud": { "chud": {
@ -728,7 +728,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"pin": { "pin": {
@ -742,7 +742,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": True, "ghost": True,
"enabled": True, "enabled": True,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"progressivestack": { "progressivestack": {
@ -756,7 +756,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"pizzashill": { "pizzashill": {
@ -770,7 +770,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"bird": { "bird": {
@ -784,7 +784,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"hieroglyphs": { "hieroglyphs": {
@ -798,7 +798,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"ban": { "ban": {
@ -812,7 +812,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"unban": { "unban": {
@ -826,7 +826,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"deflector": { "deflector": {
@ -840,7 +840,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"benefactor": { "benefactor": {
@ -854,7 +854,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": FEATURES['MARSEYBUX'], "enabled": FEATURES['MARSEYBUX'],
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"eye": { "eye": {
@ -868,7 +868,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"grass": { "grass": {
@ -882,7 +882,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"unblockable": { "unblockable": {
@ -896,7 +896,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"pause": { "pause": {
@ -910,7 +910,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"unpausable": { "unpausable": {
@ -924,7 +924,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"alt": { "alt": {
@ -938,7 +938,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"checkmark": { "checkmark": {
@ -952,7 +952,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"pride": { "pride": {
@ -966,7 +966,7 @@ AWARDS = {
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
"positive": True, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
} }
@ -989,7 +989,7 @@ HOUSE_AWARDS = {
"deflectable": True, "deflectable": True,
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"Femboy": { "Femboy": {
@ -1002,7 +1002,7 @@ HOUSE_AWARDS = {
"deflectable": True, "deflectable": True,
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"Vampire": { "Vampire": {
@ -1015,7 +1015,7 @@ HOUSE_AWARDS = {
"deflectable": True, "deflectable": True,
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"Racist": { "Racist": {
@ -1028,7 +1028,7 @@ HOUSE_AWARDS = {
"deflectable": True, "deflectable": True,
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"Edgy": { "Edgy": {
@ -1041,7 +1041,7 @@ HOUSE_AWARDS = {
"deflectable": True, "deflectable": True,
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"positive": False, "negative": True,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
} }

View File

@ -187,7 +187,7 @@ def award_thing(v, thing_type, id):
safe_username = f"@{thing.author_name} is" safe_username = f"@{thing.author_name} is"
if not AWARDS[kind]['positive'] and author.immune_to_negative_awards(v): if AWARDS[kind]['negative'] and author.immune_to_negative_awards(v):
abort(403, f"{safe_username} immune to negative awards!") abort(403, f"{safe_username} immune to negative awards!")
if thing_type == 'post' and thing.id == 210983: if thing_type == 'post' and thing.id == 210983: