Fixed a compile derp. Added 'Paramedic' Medical Doctor title.

This commit is contained in:
Ren Erthilo
2012-03-11 01:48:39 +00:00
parent 3eb2b5586e
commit 6d444abc38
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -51,9 +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
name = "AI Upload"
+1 -1
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)