Good morning soldier!. This compact guide will familiarize you with standard operating procedure. There are three basic rules to follow:
#1 Work as a team.
#2 Accomplish your objective at all costs.
#3 Leave no witnesses.
You are fully equipped and stocked for your mission--before departing on the Spec. Ops. Shuttle due South, make sure that all operatives are ready. Actual mission objective will be relayed to you by Central Command through your headsets.
If deemed appropriate, Central Command will also allow members of your team to equip assault power-armor for the mission. You will find the armor storage due West of your position. Once you are ready to leave, utilize the Special Operations shuttle console and toggle the hull doors via the other console.
In the event that the team does not accomplish their assigned objective in a timely manner, or finds no other way to do so, attached below are instructions on how to operate a Nanotrasen Nuclear Device. Your operations LEADER is provided with a nuclear authentication disk and a pin-pointer for this reason. You may easily recognize them by their rank: Lieutenant, Captain, or Major. The nuclear device itself will be present somewhere on your destination.
Hello and thank you for choosing Nanotrasen for your nuclear information needs. Today's crash course will deal with the operation of a Fission Class Nanotrasen made Nuclear Device.
First and foremost, DO NOT TOUCH ANYTHING UNTIL THE BOMB IS IN PLACE. Pressing any button on the compacted bomb will cause it to extend and bolt itself into place. If this is done to unbolt it one must completely log in which at this time may not be possible.
To make the device functional:
#1 Place bomb in designated detonation zone
#2 Extend and anchor bomb (attack with hand).
#3 Insert Nuclear Auth. Disk into slot.
#4 Type numeric code into keypad ([nuke_code]).
Note: If you make a mistake press R to reset the device.
#5 Press the E button to log onto the device.
You now have activated the device. To deactivate the buttons at anytime, for example when you have already prepped the bomb for detonation, remove the authentication disk OR press the R on the keypad. Now the bomb CAN ONLY be detonated using the timer. A manual detonation is not an option.
Note: Toggle off the SAFETY.
Use the - - and + + to set a detonation time between 5 seconds and 10 minutes. Then press the timer toggle button to start the countdown. Now remove the authentication disk so that the buttons deactivate.
Note: THE BOMB IS STILL SET AND WILL DETONATE
Now before you remove the disk if you need to move the bomb you can: Toggle off the anchor, move it, and re-anchor.
The nuclear authorization code is: [nuke_code ? nuke_code : "None provided"]
Good luck, soldier!
" // P.name = "Spec. Ops. Manual" for (var/obj/effect/landmark/L in /area/shuttle/syndicate_elite) if (L.name == "Syndicate-Commando-Bomb") new /obj/effect/spawner/newbomb/timer/syndicate(L.loc) // del(L) return 1 // Has to return one before it knows if there's a wizard to prevent the parent from automatically selecting another game mode. proc/makeBorgDeathsquad() var/list/mob/dead/observer/candidates = list() var/mob/dead/observer/theghost = null var/time_passed = world.time var/list/namelist = list("Tyr","Fenrir","Lachesis","Clotho","Atropos","Nyx") //Generates a list of commandos from active ghosts. Then the user picks which characters to respawn as the commandos. for(var/mob/dead/observer/G in player_list) spawn(0) switch(alert(G,"Do you wish to be considered for a cyborg strike team being sent in?","Please answer in 30 seconds!","Yes","No")) if("Yes") if((world.time-time_passed)>300)//If more than 30 game seconds passed. return candidates += G if("No") return sleep(300) for(var/mob/dead/observer/G in candidates) if(!G.client || !G.key) candidates.Remove(G) if(candidates.len) var/numagents = 3 //Spawns commandos and equips them. for (var/obj/effect/landmark/L in /area/borg_deathsquad) if(numagents<=0) break if (L.name == "Borg-Deathsquad") var/name = pick(namelist) namelist.Remove(name) var/mob/living/silicon/robot/new_borg_deathsquad = create_borg_death_commando(L, name) while((!theghost || !theghost.client) && candidates.len) theghost = pick(candidates) candidates.Remove(theghost) if(!theghost) del(new_borg_deathsquad) break new_borg_deathsquad.key = theghost.key //So they don't forget their code or mission. new_borg_deathsquad << "You are a borg deathsquad operative. Follow your laws." numagents-- //Spawns the rest of the commando gear. // for (var/obj/effect/landmark/L) // if (L.name == "Commando_Manual") //new /obj/item/weapon/gun/energy/pulse_rifle(L.loc) // var/obj/item/weapon/paper/P = new(L.loc) // P.info = "Good morning soldier!. This compact guide will familiarize you with standard operating procedure. There are three basic rules to follow:
#1 Work as a team.
#2 Accomplish your objective at all costs.
#3 Leave no witnesses.
You are fully equipped and stocked for your mission--before departing on the Spec. Ops. Shuttle due South, make sure that all operatives are ready. Actual mission objective will be relayed to you by Central Command through your headsets.
If deemed appropriate, Central Command will also allow members of your team to equip assault power-armor for the mission. You will find the armor storage due West of your position. Once you are ready to leave, utilize the Special Operations shuttle console and toggle the hull doors via the other console.
In the event that the team does not accomplish their assigned objective in a timely manner, or finds no other way to do so, attached below are instructions on how to operate a Nanotrasen Nuclear Device. Your operations LEADER is provided with a nuclear authentication disk and a pin-pointer for this reason. You may easily recognize them by their rank: Lieutenant, Captain, or Major. The nuclear device itself will be present somewhere on your destination.
Hello and thank you for choosing Nanotrasen for your nuclear information needs. Today's crash course will deal with the operation of a Fission Class Nanotrasen made Nuclear Device.
First and foremost, DO NOT TOUCH ANYTHING UNTIL THE BOMB IS IN PLACE. Pressing any button on the compacted bomb will cause it to extend and bolt itself into place. If this is done to unbolt it one must completely log in which at this time may not be possible.
To make the device functional:
#1 Place bomb in designated detonation zone
#2 Extend and anchor bomb (attack with hand).
#3 Insert Nuclear Auth. Disk into slot.
#4 Type numeric code into keypad ([nuke_code]).
Note: If you make a mistake press R to reset the device.
#5 Press the E button to log onto the device.
You now have activated the device. To deactivate the buttons at anytime, for example when you have already prepped the bomb for detonation, remove the authentication disk OR press the R on the keypad. Now the bomb CAN ONLY be detonated using the timer. A manual detonation is not an option.
Note: Toggle off the SAFETY.
Use the - - and + + to set a detonation time between 5 seconds and 10 minutes. Then press the timer toggle button to start the countdown. Now remove the authentication disk so that the buttons deactivate.
Note: THE BOMB IS STILL SET AND WILL DETONATE
Now before you remove the disk if you need to move the bomb you can: Toggle off the anchor, move it, and re-anchor.
The nuclear authorization code is: [nuke_code ? nuke_code : "None provided"]
Good luck, soldier!
" // P.name = "Spec. Ops. Manual" return 1 // Has to return one before it knows if there's a wizard to prevent the parent from automatically selecting another game mode. proc/makeBody(var/mob/dead/observer/G_found) // Uses stripped down and bastardized code from respawn character if(!G_found || !G_found.key) return //First we spawn a dude. var/mob/living/carbon/human/new_character = new(pick(latejoin))//The mob being spawned. new_character.gender = pick(MALE,FEMALE) var/datum/preferences/A = new() A.randomize_appearance_for(new_character) if(new_character.gender == MALE) new_character.real_name = "[pick(first_names_male)] [pick(last_names)]" else new_character.real_name = "[pick(first_names_female)] [pick(last_names)]" new_character.name = new_character.real_name new_character.age = rand(17,45) new_character.dna.ready_dna(new_character) new_character.key = G_found.key return new_character /proc/create_syndicate_death_commando(obj/spawn_location, syndicate_leader_selected = 0) var/mob/living/carbon/human/new_syndicate_commando = new(spawn_location.loc) var/syndicate_commando_leader_rank = pick("Lieutenant", "Captain", "Major") var/syndicate_commando_rank = pick("Corporal", "Sergeant", "Staff Sergeant", "Sergeant 1st Class", "Master Sergeant", "Sergeant Major") var/syndicate_commando_name = pick(last_names) new_syndicate_commando.gender = pick(MALE, FEMALE) var/datum/preferences/A = new()//Randomize appearance for the commando. A.randomize_appearance_for(new_syndicate_commando) new_syndicate_commando.real_name = "[!syndicate_leader_selected ? syndicate_commando_rank : syndicate_commando_leader_rank] [syndicate_commando_name]" new_syndicate_commando.name = new_syndicate_commando.real_name new_syndicate_commando.age = !syndicate_leader_selected ? rand(23,35) : rand(35,45) new_syndicate_commando.dna.ready_dna(new_syndicate_commando)//Creates DNA. //Creates mind stuff. new_syndicate_commando.mind_initialize() new_syndicate_commando.mind.assigned_role = "MODE" new_syndicate_commando.mind.special_role = "Syndicate Commando" //Adds them to current traitor list. Which is really the extra antagonist list. ticker.mode.traitors += new_syndicate_commando.mind new_syndicate_commando.equip_syndicate_commando(syndicate_leader_selected) return new_syndicate_commando /proc/create_borg_death_commando(obj/spawn_location, name) var/mob/living/silicon/robot/new_borg_deathsquad = new(spawn_location.loc, 1) new_borg_deathsquad.real_name = name new_borg_deathsquad.name = name //Creates mind stuff. new_borg_deathsquad.mind_initialize() new_borg_deathsquad.mind.assigned_role = "MODE" new_borg_deathsquad.mind.special_role = "Borg Commando" //Adds them to current traitor list. Which is really the extra antagonist list. ticker.mode.traitors += new_borg_deathsquad.mind //del(spawn_location) // Commenting this out for multiple commando teams. return new_borg_deathsquad /obj/machinery/computer/Borg_station name = "Cyborg Station Terminal" icon = 'icons/obj/computer.dmi' icon_state = "syndishuttle" req_access = list() var/temp = null var/hacked = 0 var/jumpcomplete = 0 /obj/machinery/computer/Borg_station/attack_hand() if(jumpcomplete) return if(alert(usr, "Are you sure you want to send a cyborg deathsquad?", "Confirmation", "Yes", "No") == "Yes") var/area/start_location = locate(/area/borg_deathsquad/start) var/area/end_location = locate(/area/borg_deathsquad/station) var/list/dstturfs = list() var/throwy = world.maxy for(var/turf/T in end_location) dstturfs += T if(T.y < throwy) throwy = T.y // hey you, get out of the way! for(var/turf/T in dstturfs) // find the turf to move things to var/turf/D = locate(T.x, throwy - 1, 1) //var/turf/E = get_step(D, SOUTH) for(var/atom/movable/AM as mob|obj in T) AM.Move(D) if(istype(T, /turf/simulated)) del(T) start_location.move_contents_to(end_location) for(var/obj/machinery/door/poddoor/P in end_location) P.open() jumpcomplete = 1 command_alert("DRADIS contact! Set condition one throughout the station!")