Skip to content

Commit d56b815

Browse files
authored
uncaps pq (Monkestation#2096)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- Note: PRs including balance changes authored by anyone other than maintainers and official devs will not be considered. --> ## About The Pull Request <!-- Describe The Pull Request. Please be sure every change is documented or this can delay review or prevent the PR from being merged! --> ## Why It's Good For The Game <!-- Please add a short description of why you think these changes would benefit the game. If you can't justify it in words, it might not be worth adding. --> ## Pre-Merge Checklist <!-- Don't bother filling these in while creating your Pull Request, just click the checkboxes after the Pull Request is opened and you are redirected to the page. --> - [ ] You tested this on a local server. - [ ] This code did not runtime during testing. - [ ] You documented all of your changes. <!-- Neither the compiler nor workflow checks are perfect at detecting runtimes and errors. It is important to test your code/feature/fix locally. -->
1 parent 470c94b commit d56b815

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code/modules/admin/playerquality.dm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
if(json[key])
4444
curpq = json[key]
4545
curpq += amt
46-
curpq = CLAMP(curpq, -100, 100)
4746
json[key] = curpq
4847
fdel(json_file)
4948
WRITE_FILE(json_file, json_encode(json))

0 commit comments

Comments
 (0)