Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loadout restrictions (removal and donation tier) #403

Merged
merged 28 commits into from
Jul 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d697a19
initial commit
larentoun Jul 17, 2024
9a95c72
donation tiers
larentoun Jul 17, 2024
3ee2856
fix giving donator items without donator
larentoun Jul 17, 2024
1e8d9a2
categorize dm files
larentoun Jul 17, 2024
d819ce3
update database
larentoun Jul 19, 2024
ab31713
rename table
larentoun Jul 20, 2024
29a0e1f
220 removal
larentoun Jul 20, 2024
2d1118b
Update SQL/bandastation/bandastation_update.sql
larentoun Jul 22, 2024
50d3e00
Update SQL/bandastation/bandastation_update.sql
larentoun Jul 22, 2024
376575a
tochat once
larentoun Jul 22, 2024
1dfba50
evade police
larentoun Jul 22, 2024
e25186c
Merge branch 'loadout-restrictions' of https://github.com/larentoun/t…
larentoun Jul 22, 2024
5479ab3
change table to a new one
larentoun Jul 22, 2024
43afbd0
give admins tier 3 for now
larentoun Jul 22, 2024
01a4c05
it is already summed
larentoun Jul 22, 2024
d563984
ladder police
larentoun Jul 22, 2024
56e5fe9
use proc to get donator levels
larentoun Jul 22, 2024
6c83ab4
admins get 3 level
larentoun Jul 22, 2024
b97bfe9
i hate deserialize
larentoun Jul 22, 2024
6b7146b
it's the best I can do
larentoun Jul 22, 2024
da4ea93
Merge branch 'master' into loadout-restrictions
larentoun Jul 23, 2024
5f5f449
review
larentoun Jul 24, 2024
b3339f1
Merge branch 'loadout-restrictions' of https://github.com/larentoun/t…
larentoun Jul 24, 2024
3842758
Merge branch 'master' into loadout-restrictions
larentoun Jul 24, 2024
84da6f4
will it fix tests?
larentoun Jul 24, 2024
ac7c953
comment
larentoun Jul 24, 2024
e3ce445
it also needs procs, alright...
larentoun Jul 24, 2024
590f587
review
larentoun Jul 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
admins get 3 level
larentoun committed Jul 22, 2024
commit 6c83ab4e729b85de3df092f00afb8370a8b62336
2 changes: 0 additions & 2 deletions modular_bandastation/loadout/code/client.dm
Original file line number Diff line number Diff line change
@@ -19,8 +19,6 @@
for(var/datum/admin_rank/rank as anything in holder.ranks)
if(rank.rights & R_ADMIN)
best_level = max(best_level, 3)
if(rank.rights & R_EVERYTHING)
return 5
return best_level

/client/proc/get_donator_level_db()