diff --git a/code/game/machinery/computer/Operating.dm b/code/game/machinery/computer/Operating.dm index 4344af6c2e..e6516b74c3 100644 --- a/code/game/machinery/computer/Operating.dm +++ b/code/game/machinery/computer/Operating.dm @@ -32,7 +32,7 @@ Patient Information:

Name: [src.victim.real_name]
-Age: [src.victim.age]
+Age: [!isnull(src.victim.age) ? src.victim.age : "Undetermined"]
Blood Type: [src.victim.b_type]

Health: [src.victim.health]
diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 88791b3862..8fa08fea4e 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -1485,12 +1485,12 @@ else alert("You cannot perform this action. You must be of a higher administrative rank!") return - if("schoolgirl") + /*if("schoolgirl") if (src.rank in list("Badmin", "Game Admin", "Game Master")) alert("You cannot perform this action. It is unbelievably stupid.") else alert("You cannot perform this action. You must be of a higher administrative rank!") - return + return*/ if("dorf") if (src.rank in list("Badmin","Game Admin", "Game Master")) for(var/mob/living/carbon/human/B in world) @@ -2136,7 +2136,6 @@ Ghost Mode
Make all players retarded
Make all items look like guns
-Japanese Animes Mode
Move Administration Shuttle
Move Ferry
Move Alien Dinghy