Skip to content

Commit

Permalink
bugfix: voices for DS and contractor partner (ss220-space#3879)
Browse files Browse the repository at this point in the history
  • Loading branch information
ROdenFL authored and SuhEugene committed Nov 24, 2023
1 parent f47c561 commit cb5d786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/admin/verbs/striketeam.dm
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ GLOBAL_VAR_INIT(sent_strike_team, 0)
new_commando.key = ghost_mob.key
new_commando.internal = new_commando.s_store
new_commando.update_action_buttons_icon()
new_commando.change_voice()
if(nuke_code)
new_commando.mind.store_memory("<B>Nuke Code:</B> <span class='warning'>[nuke_code].</span>")
new_commando.mind.store_memory("<B>Mission:</B> <span class='warning'>[input].</span>")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
CT.target = user.mind
CT.explanation_text = "[user.real_name] - Ваш начальник. Его задачи являются первоочередными."
partner.mind.objectives += CT
partner.change_voice()

/obj/item/antag_spawner/contractor_partner/check_uplink_validity()
if(checking)
Expand Down

0 comments on commit cb5d786

Please sign in to comment.