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

Commit 97151f7

Browse files
fix
1 parent 4830523 commit 97151f7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

code/game/objects/structures/ghost_role_spawners.dm

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,14 @@ GLOBAL_LIST_EMPTY(servant_golem_users)
778778
short_desc = "You are the commander of the Syndicate icemoon outpost."
779779
flavour_text = "Direct the agents working under your command to operate the base, and keep it secure. If the situation gets dire, activate the emergency self-destruct located in the control room."
780780
important_info = "Do not abandon the base or give supplies to NT employees under any circumstances."
781+
base_skills = list(
782+
SKILL_PHYSIOLOGY = EXP_LOW,
783+
SKILL_MECHANICAL = EXP_LOW,
784+
SKILL_TECHNICAL = EXP_LOW,
785+
SKILL_SCIENCE = EXP_LOW,
786+
SKILL_FITNESS = EXP_HIGH,
787+
)
788+
skill_points = EXP_MID
781789
outfit = /datum/outfit/syndicate_empty/icemoon_base/captain
782790
id_access_list = list(150,151)
783791

@@ -793,14 +801,6 @@ GLOBAL_LIST_EMPTY(servant_golem_users)
793801
back = /obj/item/storage/backpack/satchel/leather //LUXURY AT ITS FINEST
794802
suit_store = /obj/item/gun/ballistic/revolver/ultrasecure //No
795803
belt = /obj/item/storage/belt/sabre //ceremonial shamnk
796-
base_skills = list(
797-
SKILL_PHYSIOLOGY = EXP_LOW,
798-
SKILL_MECHANICAL = EXP_LOW,
799-
SKILL_TECHNICAL = EXP_LOW,
800-
SKILL_SCIENCE = EXP_LOW,
801-
SKILL_FITNESS = EXP_HIGH,
802-
)
803-
skill_points = EXP_MID
804804
backpack_contents = list(
805805
/obj/item/modular_computer/tablet/preset/syndicate=1,
806806
/obj/item/ammo_box/a357=2,

0 commit comments

Comments
 (0)