Gatofication 2

This commit is contained in:
MrSky12
2022-06-03 00:07:56 +02:00
parent a79a8c14a3
commit da87e88321
84 changed files with 180 additions and 175 deletions
@@ -65,7 +65,7 @@ datum/bounty/lewd/fluid/New()
reagent_type = /datum/reagent/consumable/milk
wanted_reagent = new reagent_type
name = wanted_reagent.name
description = "The Kinaris annual bake sale is soon, and all of our milk has expired. Help us out."
description = "The GATO annual bake sale is soon, and all of our milk has expired. Help us out."
reward += rand(10, 17) * 500 //Milk is generally easier to get. Make the reward a little lower.
if(15,16,17,18,19) //A little romance
var/static/list/possible_reagents = list(\
@@ -26,7 +26,7 @@
//\an [name] because modularization is nice
to_chat(owner, "You are \an [name].\n\
Your job is to remove all nuclear waste and residue contaminants from [station_name()], \
under orders of Kinaris's Crew Health and Safety Division, as formerly as possible.\n\
under orders of GATO's Crew Health and Safety Division, as formerly as possible.\n\
You are not required to repair any construction damages, as you are not equipped for such.")
/datum/team/ert/cleanup
@@ -29,7 +29,7 @@
. = ..()
priority_announce("[station_name()]: A large quantity of condensed low temperature oxygen clouds has been detected around and above the station. A liquid oxygen downpour is expected.",
sound = 'sound/misc/notice2.ogg',
sender_override = "Kinaris Meteorology Division")
sender_override = "GATO Meteorology Division")
for(var/V in GLOB.player_list)
var/mob/M = V
if((M.client.prefs.toggles & SOUND_MIDI) && is_station_level(M.z))
@@ -75,7 +75,7 @@
var/arrpee = rand(1,3)
switch(arrpee)
if(1)
flavour_text += "You were a lowly engineer, hired by Kinaris to make sure the turbines from their mining operation remained functional. \
flavour_text += "You were a lowly engineer, hired by GATO to make sure the turbines from their mining operation remained functional. \
You remember the day the mining team descended for the very last time into the depths of the shafts, only to never return. \
The agonizing screams from whatever now haunts those mines still brings a shiver down your spine."
outfit.uniform = /obj/item/clothing/under/rank/engineer
@@ -85,7 +85,7 @@
outfit.id = /obj/item/card/id/away/snowdin/eng
outfit.implants = list(/obj/item/implant/exile) //Made it so they cannot simply exit through the gateway at will.
if(2)
flavour_text += "You were a plasma researcher, hired by Kinaris to oversee a small research division in a remote, isolated little icy planet, \
flavour_text += "You were a plasma researcher, hired by GATO to oversee a small research division in a remote, isolated little icy planet, \
you remember the day the mining team descended for the very last time into the depths of the shafts, only to never return. \
While you haven't heard them yourself, reports say the sounds that were heard over radio were likely not of this world."
outfit.uniform = /obj/item/clothing/under/rank/scientist
@@ -95,7 +95,7 @@
outfit.id = /obj/item/card/id/away/snowdin/sci
outfit.implants = list(/obj/item/implant/exile) //Made it so they cannot simply exit through the gateway at will.
if(3)
flavour_text += "You were a junior doctor, hired by Kinaris to oversee the mental state of a plasma mining operation's miners. \
flavour_text += "You were a junior doctor, hired by GATO to oversee the mental state of a plasma mining operation's miners. \
Over and over you reported that the miners were having constant, similar types of hallucinations and that perhaps the whole operation should pause \
until further investigation was concluded, but command shrugged it off as an episode of mass hallucination... Until the miners never came back."
outfit.uniform = /obj/item/clothing/under/rank/medical
+1 -1
View File
@@ -100,7 +100,7 @@ GLOBAL_LIST_INIT(hyper_special_roles, list(
/datum/game_mode/traitor/lewd/generate_report()
return "Although more specific threats are commonplace, you should always remain vigilant for Syndicate agents aboard your station. Syndicate communications have implied that many \
Kinaris employees are Syndicate agents with hidden memories that may be activated at a moment's notice, so it's possible that these agents might not even know their positions."
GATO employees are Syndicate agents with hidden memories that may be activated at a moment's notice, so it's possible that these agents might not even know their positions."
/datum/mind/proc/make_LewdTraitor()
if(!(has_antag_datum(/datum/antagonist/traitor/lewd)))
+1 -1
View File
@@ -37,7 +37,7 @@
/datum/game_mode/traitor/thief/generate_report()
return "Although more specific threats are commonplace, you should always remain vigilant for Syndicate agents aboard your station. Syndicate communications have implied that many \
Kinaris employees are Syndicate agents with hidden memories that may be activated at a moment's notice, so it's possible that these agents might not even know their positions."
GATO employees are Syndicate agents with hidden memories that may be activated at a moment's notice, so it's possible that these agents might not even know their positions."
/datum/mind/proc/make_ThiefTraitor()
if(!(has_antag_datum(/datum/antagonist/traitor/thief)))
@@ -48,8 +48,8 @@
return
/obj/item/clothing/suit/space/hardsuit/shielded/goldenpa
name = "Kinaris Power Armor"
desc = "An advanced armor with built in energy shielding, developed by Kinaris via unknown means. It belongs by only few exclusive members of the corporation."
name = "GATO Power Armor"
desc = "An advanced armor with built in energy shielding, developed by GATO via unknown means. It belongs by only few exclusive members of the corporation."
icon_state = "golden_pa"
item_state = "golden_pa"
max_charges = 4
@@ -68,8 +68,8 @@
. = ..()
/obj/item/clothing/head/helmet/space/hardsuit/shielded/goldenpa
name = "Kinaris Power Helmet"
desc = "An advanced armor helmet with built in energy shielding, developed by Kinaris via unknown means. It belongs by only few exclusive members of the corporation."
name = "GATO Power Helmet"
desc = "An advanced armor helmet with built in energy shielding, developed by GATO via unknown means. It belongs by only few exclusive members of the corporation."
icon_state = "hardsuit0-goldenpa"
item_state = "hardsuit0-goldenpa"
item_color = "goldenpa"
+2 -2
View File
@@ -1,13 +1,13 @@
/obj/item/reagent_containers/food/drinks/prospacillin
name = "Prospacillin Bottle"
desc = "An incredibly expensive bottle used by Kinaris command. It has golden engravings and reeks of corporate greed."
desc = "An incredibly expensive bottle used by GATO command. It has golden engravings and reeks of corporate greed."
w_class = WEIGHT_CLASS_TINY
icon_state = "prospacillin"
list_reagents = list(/datum/reagent/growthchem = 15)
/obj/item/reagent_containers/food/drinks/diminicillin
name = "Diminicillin Bottle"
desc = "An incredibly expensive bottle used by Kinaris command. It has golden engravings and reeks of corporate greed."
desc = "An incredibly expensive bottle used by GATO command. It has golden engravings and reeks of corporate greed."
w_class = WEIGHT_CLASS_TINY
icon_state = "diminicillin"
list_reagents = list(/datum/reagent/shrinkchem = 15)