Merge pull request #652 from Erthilo/master

Added 'Paramedic' Medical Doctor title. Previous commit compile fix.
This commit is contained in:
Albert Iordache
2012-03-10 23:03:39 -08:00
2 changed files with 1 additions and 3 deletions

View File

@@ -51,8 +51,6 @@
user << "\red The status panel is broken!"
return
user << "\red You don't understand any of this!"
if(
user << "This has nothing useful. You know all this already."
return
/obj/machinery/computer/aiupload

View File

@@ -30,7 +30,7 @@
total_positions = 5
spawn_positions = 3
supervisors = "the chief medical officer"
alt_titles = list("Virologist", "Surgeon")
alt_titles = list("Virologist", "Surgeon", "Paramedic")
equip(var/mob/living/carbon/human/H)