From aa7cb159789a563b06ba4d426c48deca69a11b2f Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Sun, 14 Nov 2021 21:12:03 -0800 Subject: [PATCH] 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. --- 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()