mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 07:59:08 +01:00
Gatofication 2
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user