From 381a4869bb788c7832f9110b3f28bee3576b68fe Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Thu, 16 May 2019 19:40:09 -0400 Subject: [PATCH 1/3] Update cult_items.dm --- code/modules/antagonists/cult/cult_items.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/antagonists/cult/cult_items.dm b/code/modules/antagonists/cult/cult_items.dm index 0a949174b0..d1db4d4c86 100644 --- a/code/modules/antagonists/cult/cult_items.dm +++ b/code/modules/antagonists/cult/cult_items.dm @@ -211,8 +211,6 @@ else return FALSE - - /datum/action/innate/cult/spin2win name = "Geometer's Fury" desc = "You draw on the power of the sword's ancient runes, spinning it wildly around you as you become immune to most attacks." @@ -267,7 +265,6 @@ return . = ..() - /obj/item/clothing/head/culthood name = "ancient cultist hood" icon_state = "culthood" @@ -294,7 +291,6 @@ heat_protection = CHEST|GROIN|LEGS|ARMS max_heat_protection_temperature = ARMOR_MAX_TEMP_PROTECT - /obj/item/clothing/head/culthood/alt name = "cultist hood" desc = "An armored hood worn by the followers of Nar'Sie." @@ -313,7 +309,6 @@ /obj/item/clothing/suit/cultrobes/alt/ghost item_flags = NODROP | DROPDEL - /obj/item/clothing/head/magus name = "magus helm" icon_state = "magus" @@ -529,7 +524,12 @@ "The shuttle's custodian was found washing the windows with their own blood.", "A shuttle engineer began screaming 'DEATH IS NOT THE END' and ripped out wires until an arc flash seared off her flesh.", "A shuttle inspector started laughing madly over the radio and then threw herself into an engine turbine.", + "A assistant was found on the shuttle.", + "A medical officer was found pouring blood packs onto the electronic board to start the flight, then slit her wrists open." + "A fuel technician was found replacing the fuel with his blood.", + "All the lights on the shuttle have turnned a crimson red before blowing out.", "The shuttle dispatcher was found dead with bloody symbols carved into their flesh.", + "All of a sudden the engine turbine started to leak blood and turn a crimson red." "The shuttle's transponder is emitting the encoded message 'FEAR THE OLD BLOOD' in lieu of its assigned identification signal.") var/message = pick_n_take(curses) message += " The shuttle will be delayed by three minutes." From 88a41f7783792a39bf5cc57b9e6869c5a0206895 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Thu, 16 May 2019 19:54:08 -0400 Subject: [PATCH 2/3] Update cult_items.dm --- code/modules/antagonists/cult/cult_items.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/antagonists/cult/cult_items.dm b/code/modules/antagonists/cult/cult_items.dm index d1db4d4c86..29f2cba0f6 100644 --- a/code/modules/antagonists/cult/cult_items.dm +++ b/code/modules/antagonists/cult/cult_items.dm @@ -525,11 +525,11 @@ "A shuttle engineer began screaming 'DEATH IS NOT THE END' and ripped out wires until an arc flash seared off her flesh.", "A shuttle inspector started laughing madly over the radio and then threw herself into an engine turbine.", "A assistant was found on the shuttle.", - "A medical officer was found pouring blood packs onto the electronic board to start the flight, then slit her wrists open." + "A medical officer was found pouring blood packs onto the electronic board to start the flight, then slit her wrists open.", "A fuel technician was found replacing the fuel with his blood.", "All the lights on the shuttle have turnned a crimson red before blowing out.", "The shuttle dispatcher was found dead with bloody symbols carved into their flesh.", - "All of a sudden the engine turbine started to leak blood and turn a crimson red." + "All of a sudden the engine turbine started to leak blood and turn a crimson red.", "The shuttle's transponder is emitting the encoded message 'FEAR THE OLD BLOOD' in lieu of its assigned identification signal.") var/message = pick_n_take(curses) message += " The shuttle will be delayed by three minutes." From d59614a9bb4392553dd91dd02feda94cdf0070f7 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Mon, 20 May 2019 15:21:06 -0400 Subject: [PATCH 3/3] Update cult_items.dm --- code/modules/antagonists/cult/cult_items.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/antagonists/cult/cult_items.dm b/code/modules/antagonists/cult/cult_items.dm index 29f2cba0f6..263d4b623e 100644 --- a/code/modules/antagonists/cult/cult_items.dm +++ b/code/modules/antagonists/cult/cult_items.dm @@ -524,12 +524,12 @@ "The shuttle's custodian was found washing the windows with their own blood.", "A shuttle engineer began screaming 'DEATH IS NOT THE END' and ripped out wires until an arc flash seared off her flesh.", "A shuttle inspector started laughing madly over the radio and then threw herself into an engine turbine.", - "A assistant was found on the shuttle.", - "A medical officer was found pouring blood packs onto the electronic board to start the flight, then slit her wrists open.", + "An assistant was found on the shuttle.", + "A medical officer was found pouring out several blood bags onto the shuttle's instrument panels, before slitting both wrists open and screaming 'DEATH IS NOT THE END'.", "A fuel technician was found replacing the fuel with his blood.", - "All the lights on the shuttle have turnned a crimson red before blowing out.", + "All the lights aboard the shuttle turned a crimson red before blowing out..", "The shuttle dispatcher was found dead with bloody symbols carved into their flesh.", - "All of a sudden the engine turbine started to leak blood and turn a crimson red.", + "An engine turbine began leaking blood when it was powered on.", "The shuttle's transponder is emitting the encoded message 'FEAR THE OLD BLOOD' in lieu of its assigned identification signal.") var/message = pick_n_take(curses) message += " The shuttle will be delayed by three minutes."