This commit is contained in:
Fox-McCloud
2015-07-12 18:06:48 -04:00
parent ddd4f1b196
commit a1c0a9ce70
3 changed files with 4 additions and 4 deletions

View File

@@ -186,7 +186,7 @@ var/list/blob_nodes = list()
sleep(30000)
stage(2)
return ..(0)
return ..()
/datum/game_mode/blob/proc/stage(var/stage)

View File

@@ -8,7 +8,7 @@
..()
return
if(1)
intercepttext += "<FONT size = 3><B>NanoTrasen Update</B>: Biohazard Alert.</FONT><HR>"
intercepttext += "<FONT size = 3><B>Nanotrasen Update</B>: Biohazard Alert.</FONT><HR>"
intercepttext += "Reports indicate the probable transfer of a biohazardous agent onto [station_name()] during the last crew deployment cycle.<BR>"
intercepttext += "Preliminary analysis of the organism classifies it as a level 5 biohazard. Its origin is unknown.<BR>"
intercepttext += "NanoTrasen has issued a directive 7-10 for [station_name()]. The station is to be considered quarantined.<BR>"
@@ -48,7 +48,7 @@
var/obj/item/weapon/paper/intercept = new /obj/item/weapon/paper( comm.loc )
intercept.name = "Classified Central Command Update"
intercept.info = intercepttext
command_announcement.Announce("A report has been downloaded and printed out at all communications consoles.", "Incoming Classified Message", 'sound/AI/commandreport.ogg');
command_announcement.Announce("A report has been downloaded and printed out at all communications consoles.", "Incoming Classified Message", 'sound/AI/commandreport.ogg')
return

View File

@@ -121,7 +121,7 @@
factory = null
if(contents)
for(var/mob/M in contents)
M.loc = src.loc
M.loc = get_turf(src)
return ..()