File tree 3 files changed +34
-0
lines changed
3 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Sub Role
3
+ about : Template to suggest a new sub role
4
+
5
+ ---
6
+
7
+ Sub Role of: Traitor, Innocent or Detective
8
+
9
+ Icon: Which character and the background color
10
+
11
+ Pros:
12
+ - List here all positive effects compared to the original base role
13
+
14
+
15
+ Cons:
16
+ - List here all negative effects compared to the original base role
Original file line number Diff line number Diff line change 71
71
done
72
72
working-directory : ${{ env.SCRIPTS_PATH }}/ttt
73
73
74
+ - name : Compile Roles
75
+ run : |
76
+ for file in *.sp
77
+ do
78
+ echo -e "\nCompiling $file..."
79
+ spcomp -E -w234 -O2 -v2 -i $SCRIPTS_PATH/include $file
80
+ done
81
+ working-directory : ${{ env.SCRIPTS_PATH }}/ttt/roles
82
+
74
83
- name : Compile 3rd party plugins
75
84
run : |
76
85
for plugin in "block_messages" "customkeyvalues" "discord_api" "no_weapon_fix" "turret_core" "vphysics_crash_avoider"
Original file line number Diff line number Diff line change 58
58
done
59
59
working-directory : ${{ env.SCRIPTS_PATH }}/ttt
60
60
61
+ - name : Compile Roles
62
+ run : |
63
+ for file in *.sp
64
+ do
65
+ echo -e "\nCompiling $file..."
66
+ spcomp -E -w234 -O2 -v2 -i $SCRIPTS_PATH/include $file
67
+ done
68
+ working-directory : ${{ env.SCRIPTS_PATH }}/ttt/roles
69
+
61
70
- name : Compile 3rd party plugins
62
71
run : |
63
72
for plugin in "block_messages" "customkeyvalues" "discord_api" "no_weapon_fix" "turret_core" "vphysics_crash_avoider"
You can’t perform that action at this time.
0 commit comments