Skip to content

Commit

Permalink
lets see if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
wraith-54321 committed Dec 11, 2023
1 parent de06b1b commit b38439b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
required_enemies = 5
// I give up, just there should be enough heads with 35 players...
min_players = 35
roundstart = FALSE
earliest_start = 45 MINUTES
weight = 4
max_occurrences = 1
prompted_picking = TRUE

/datum/round_event/antagonist/solo/ghost/nuclear_operative
excute_round_end_reports = TRUE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@
var/datum/antagonist/nukeop/leader/leader_antag_datum = new()
nuke_team = leader_antag_datum.nuke_team
most_experienced.add_antag_datum(leader_antag_datum)
var/mob/living/carbon/human/leader = most_experienced.current
leader.equip_species_outfit(/datum/outfit/syndicate/leader)

if(antag_mind == most_experienced)
return
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@
/datum/round_event/antagonist/solo/wizard

/datum/round_event/antagonist/solo/wizard/add_datum_to_mind(datum/mind/antag_mind)
. = ..()
var/mob/living/current_mob = antag_mind.current
SSjob.FreeRole(antag_mind.assigned_role.title)
var/list/items = current_mob.get_equipped_items(TRUE)
current_mob.unequip_everything()
for(var/obj/item/item as anything in items)
qdel(item)

antag_mind.current.forceMove(pick(GLOB.wizardstart))
antag_mind.make_wizard()

0 comments on commit b38439b

Please sign in to comment.