Skip to content

Commit

Permalink
Add tags and rename an effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikusch committed Aug 28, 2023
1 parent 6f1bec5 commit bb6b50b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions addons/sourcemod/configs/chaos/effects.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@
"name" "#Chaos_Effect_BalloonHeads"
"duration" "90"
"effect_class" "AddCond"
"tags" "head_scale"
"data"
{
"condition" "84"
Expand Down Expand Up @@ -1068,6 +1069,7 @@
"name" "#Chaos_Effect_NoHeads"
"effect_class" "SetAttribute"
"duration" "180"
"tags" "head_scale"
"data"
{
"attributes"
Expand Down
2 changes: 1 addition & 1 deletion addons/sourcemod/translations/chaos.phrases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
}
"#Chaos_Effect_NoStepSize"
{
"en" "Inclinity Problem"
"en" "Incline Problem"
}
"#Chaos_Effect_DisassembleMap"
{
Expand Down

0 comments on commit bb6b50b

Please sign in to comment.