pull/221/head
Aevann 2024-01-11 04:07:17 +02:00
parent 291e55cdde
commit 46b3bbed32
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ def award_thing(v, thing_type, id):
elif kind == "gold":
if obj.award_count('glowie', v):
abort(409, f"This {thing_type} is under the effect of a conflicting award: Glowie award!")
elif kind == "glow":
elif kind == "glowie":
if obj.award_count('gold', v):
abort(409, f"This {thing_type} is under the effect of a conflicting award: Gold award!")
elif kind == "spider":