Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

[MODULAR] Rally minion for Queen #122

Merged
merged 2 commits into from
Nov 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
/datum/action/xeno_action/set_xeno_lead,
/datum/action/xeno_action/activable/queen_give_plasma,
/datum/action/xeno_action/hive_message,
/datum/action/xeno_action/rally_minion,
/datum/action/xeno_action/rally_hive,
/datum/action/xeno_action/activable/command_minions,
)
Expand Down Expand Up @@ -63,6 +64,7 @@
/datum/action/xeno_action/set_xeno_lead,
/datum/action/xeno_action/activable/queen_give_plasma,
/datum/action/xeno_action/hive_message,
/datum/action/xeno_action/rally_minion,
/datum/action/xeno_action/rally_hive,
/datum/action/xeno_action/activable/command_minions,
/datum/action/xeno_action/ready_charge/queen_charge,
Expand Down
Loading