Curator Update

This commit is contained in:
CitadelStationBot
2017-05-03 22:22:12 -05:00
parent be00d77431
commit 33a93a611b
27 changed files with 113 additions and 62 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
var/speed = 300
var/correctness = 85
var/willpower = 98
if(U.job in list("Librarian")) // the librarian is both faster, and more accurate than normal crew members at research
if(U.job in list("Curator")) // the curator is both faster, and more accurate than normal crew members at research
speed = 45
correctness = 100
willpower = 100