From f34bc50355e092e19e5a242bc99f8ab307eef88d Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 15 Nov 2021 14:42:34 +0000 Subject: [PATCH] [MIRROR] Gives Space Pirates a bonus to hijack speed on the shuttle, and allows them to hijack. [MDB IGNORE] (#9467) * Gives Space Pirates a bonus to hijack speed on the shuttle. (#62806) If a pirate pulls this off, they've got to be the best pirate I've ever seen. * Gives Space Pirates a bonus to hijack speed on the shuttle, and allows them to hijack. Co-authored-by: Iamgoofball --- code/modules/antagonists/pirate/pirate.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/antagonists/pirate/pirate.dm b/code/modules/antagonists/pirate/pirate.dm index 75251386d0f..5deff75821f 100644 --- a/code/modules/antagonists/pirate/pirate.dm +++ b/code/modules/antagonists/pirate/pirate.dm @@ -5,6 +5,7 @@ show_in_antagpanel = FALSE show_to_ghosts = TRUE suicide_cry = "FOR ME MATEYS!!" + hijack_speed = 2 // That is without doubt the worst pirate I have ever seen. var/datum/team/pirate/crew /datum/antagonist/pirate/greet()