linter + refactors advancedwho/staffwho

This simplifies some very old and bad code, and unifies the admin/non-admin printing to avoid duplicate code.
Also fixes a number of bugs caused by ambiguous parens and various linter errors.
This commit is contained in:
MarinaGryphon
2021-06-15 13:49:58 -05:00
parent 9db050951e
commit 3fa0e5cec2
6 changed files with 62 additions and 132 deletions
+1 -1
View File
@@ -259,4 +259,4 @@ obj/item/clothing/mask/chewable/Destroy()
/obj/item/clothing/mask/chewable/candy/pocky/Initialize()
. = ..()
reagents.add_reagent("chocolate" = 10)
reagents.add_reagent("chocolate", 10)