Removes define and uniform.

This commit is contained in:
mikomyazaki
2022-03-18 10:20:16 +00:00
parent 82a08f4cee
commit 3fcb5465e6
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -14,8 +14,7 @@ var/const/CYBORG =(1<<9)
var/const/INTERN_SEC =(1<<10)
var/const/INTERN_ENG =(1<<11)
var/const/BRIDGE_CREW =(1<<12)
var/const/SERVICE_MANAGER =(1<<13)
var/const/OPERATIONS_MANAGER =(1<<14)
var/const/OPERATIONS_MANAGER =(1<<13)
var/const/MEDSCI =(1<<1)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB