mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
Adds a solo abductor option to traitor panel.
This commit is contained in:
@@ -30,6 +30,10 @@
|
||||
landmark_type = /obj/effect/landmark/abductor/scientist
|
||||
greet_text = "Use your experimental console and surgical equipment to monitor your agent and experiment upon abducted humans."
|
||||
show_in_antagpanel = TRUE
|
||||
|
||||
/datum/antagonist/abductor/scientist/onemanteam
|
||||
name = "Abductor Solo"
|
||||
outfit = /datum/outfit/abductor/scientist/onemanteam
|
||||
|
||||
/datum/antagonist/abductor/create_team(datum/team/abductor_team/new_team)
|
||||
if(!new_team)
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
belt = /obj/item/storage/belt/military/abductor/full
|
||||
|
||||
backpack_contents = list(
|
||||
/obj/item/abductor/gizmo = 1
|
||||
/obj/item/abductor/gizmo = 1,
|
||||
/obj/item/gun/energy/alien = 1,
|
||||
/obj/item/abductor/silencer = 1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user