mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 15:36:56 +01:00
@@ -1,31 +1,19 @@
|
||||
/datum/bounty/item/assistant/strange_object
|
||||
name = "Strange Object"
|
||||
<<<<<<< Updated upstream
|
||||
description = "GATO has taken an interest in strange objects. Find one in maint, and ship it off to CentCom right away."
|
||||
=======
|
||||
description = "Gato has taken an interest in strange objects. Find one in maint, and ship it off to CentCom right away."
|
||||
>>>>>>> Stashed changes
|
||||
reward = 600
|
||||
wanted_types = list(/obj/item/relic)
|
||||
|
||||
/datum/bounty/item/assistant/scooter
|
||||
name = "Scooter"
|
||||
<<<<<<< Updated upstream
|
||||
description = "GATO has determined walking to be wasteful. Ship a scooter to CentCom to speed operations up."
|
||||
=======
|
||||
description = "Gato has determined walking to be wasteful. Ship a scooter to CentCom to speed operations up."
|
||||
>>>>>>> Stashed changes
|
||||
reward = 850 // the mat hoffman
|
||||
wanted_types = list(/obj/vehicle/ridden/scooter)
|
||||
include_subtypes = FALSE
|
||||
|
||||
/datum/bounty/item/assistant/skateboard
|
||||
name = "Skateboard"
|
||||
<<<<<<< Updated upstream
|
||||
description = "GATO has determined walking to be wasteful. Ship a skateboard to CentCom to speed operations up."
|
||||
=======
|
||||
description = "Gato has determined walking to be wasteful. Ship a skateboard to CentCom to speed operations up."
|
||||
>>>>>>> Stashed changes
|
||||
reward = 700 // the tony hawk
|
||||
wanted_types = list(/obj/vehicle/ridden/scooter/skateboard)
|
||||
|
||||
@@ -254,4 +242,4 @@
|
||||
description = "Something wack is happening at Central Command, and now they requested some filled condoms?"
|
||||
reward = 1150
|
||||
required_count = 5
|
||||
wanted_types = list(/obj/item/condom/filled)
|
||||
wanted_types = list(/obj/item/condom/filled)
|
||||
@@ -60,7 +60,7 @@
|
||||
|
||||
/datum/bounty/item/chef/superbite
|
||||
name = "Super Bite Burger"
|
||||
description = "Commander Lydia would like a snack. Send her a Super Bite Burger."
|
||||
description = "Commander Tubbs thinks he can set a competitive eating world record. All he needs is a super bite burger shipped to him."
|
||||
reward = 1800
|
||||
wanted_types = list(/obj/item/reagent_containers/food/snacks/burger/superbite)
|
||||
|
||||
@@ -78,11 +78,7 @@
|
||||
|
||||
/datum/bounty/item/chef/hotdog
|
||||
name = "Hot Dog"
|
||||
<<<<<<< Updated upstream
|
||||
description = "GATO is conducting taste tests to determine the best hot dog recipe. Ship your station's version to participate."
|
||||
=======
|
||||
description = "Gato is conducting taste tests to determine the best hot dog recipe. Ship your station's version to participate."
|
||||
>>>>>>> Stashed changes
|
||||
reward = 4000
|
||||
wanted_types = list(/obj/item/reagent_containers/food/snacks/hotdog)
|
||||
|
||||
@@ -102,11 +98,7 @@
|
||||
|
||||
/datum/bounty/item/chef/chawanmushi
|
||||
name = "Chawanmushi"
|
||||
<<<<<<< Updated upstream
|
||||
description = "GATO wants to improve relations with its sister company, Donk.Co. Ship Chawanmushi immediately."
|
||||
=======
|
||||
description = "Gato wants to improve relations with Donk.Co. Ship Chawanmushi immediately."
|
||||
>>>>>>> Stashed changes
|
||||
reward = 5000
|
||||
wanted_types = list(/obj/item/reagent_containers/food/snacks/chawanmushi)
|
||||
|
||||
@@ -119,7 +111,7 @@
|
||||
|
||||
/datum/bounty/item/chef/soylentgreen
|
||||
name = "Soylent Green"
|
||||
description = "CentCom has heard wonderful things about the product 'Soylent Green', and would love to try some. If you indulge them, expect a pleasant bonus."
|
||||
description = "CentCom has heard wonderful things about the product 'Soylent Green', and would love to try some. If you endulge them, expect a pleasant bonus."
|
||||
reward = 4000
|
||||
wanted_types = list(/obj/item/reagent_containers/food/snacks/soylentgreen)
|
||||
|
||||
|
||||
@@ -20,9 +20,9 @@
|
||||
var/list/applicable_areas = list()
|
||||
|
||||
/datum/round_event/aurora_caelus/announce()
|
||||
priority_announce("[station_name()]: A harmless cloud of ions is approaching your station, and will exhaust their energy battering the hull. Gato Command has approved a short break for all employees to relax and observe this very rare event. During this time, starlight will be bright but gentle, shifting between quiet green and blue colors. We will also play quiet music for you to enjoy and relax. Any staff who would like to view these lights for themselves may proceed to the area nearest to them with viewing ports to open space. We hope you enjoy the lights.",
|
||||
priority_announce("[station_name()]: A harmless cloud of ions is approaching your station, and will exhaust their energy battering the hull. Kinaris Command has approved a short break for all employees to relax and observe this very rare event. During this time, starlight will be bright but gentle, shifting between quiet green and blue colors. We will also play quiet music for you to enjoy and relax. Any staff who would like to view these lights for themselves may proceed to the area nearest to them with viewing ports to open space. We hope you enjoy the lights.",
|
||||
sound = 'sound/misc/notice2.ogg',
|
||||
sender_override = "Gato Meteorology Division")
|
||||
sender_override = "Kinaris 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))
|
||||
|
||||
@@ -974,7 +974,7 @@
|
||||
|
||||
/datum/reagent/chlorine
|
||||
name = "Chlorine"
|
||||
description = "A pale yellow gas that's well known as an oxidizer. While it forms many harmless molecules in its elemental form, it is far from harmless."
|
||||
description = "A pale yellow gas that's well known as an oxidizer. While it forms many harmless molecules in its elemental form it is far from harmless."
|
||||
reagent_state = GAS
|
||||
color = "#808080" // rgb: 128, 128, 128
|
||||
taste_description = "chlorine"
|
||||
|
||||
Reference in New Issue
Block a user