Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 7684716

Browse files
not so much
1 parent 6bb9fe7 commit 7684716

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

code/game/objects/items/granters/skills.dm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"Move critical patients on rolling beds or over your shoulder..."
3535
)
3636
exp_gain = list(
37-
SKILL_PHYSIOLOGY = EXP_REQ_CALC(EXP_MASTER),
37+
SKILL_PHYSIOLOGY = EXP_REQ_CALC(EXP_HIGH),
3838
)
3939

4040
/obj/item/book/granter/skill/mechanics
@@ -47,7 +47,7 @@
4747
"Don't press AZ-5..?",
4848
)
4949
exp_gain = list(
50-
SKILL_MECHANICAL = EXP_REQ_CALC(EXP_MASTER),
50+
SKILL_MECHANICAL = EXP_REQ_CALC(EXP_HIGH),
5151
)
5252

5353
/obj/item/book/granter/skill/technical
@@ -60,7 +60,7 @@
6060
"Bolt an open door to prevent it closing behind you...",
6161
)
6262
exp_gain = list(
63-
SKILL_TECHNICAL = EXP_REQ_CALC(EXP_MASTER),
63+
SKILL_TECHNICAL = EXP_REQ_CALC(EXP_HIGH),
6464
)
6565

6666
/obj/item/book/granter/skill/science
@@ -73,5 +73,5 @@
7373
)
7474
ordered_remarks = TRUE
7575
exp_gain = list(
76-
SKILL_SCIENCE = EXP_REQ_CALC(EXP_MASTER),
76+
SKILL_SCIENCE = EXP_REQ_CALC(EXP_HIGH),
7777
)

0 commit comments

Comments
 (0)