Skip to content

Commit

Permalink
Made mime wall emote gender neutral, removed medical access from bota…
Browse files Browse the repository at this point in the history
…nists (why the fuck did they even have it, they're not even in that same department), added sprites for an anti-blindness goggle, updated hair spreads (bedhead looks messy, all have two tones instead of just some, long hair should look less like a mullet, etc.)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@749 316c924e-a436-60f5-8080-3fe189b3f50e
  • Loading branch information
bizarre.babel@gmail.com committed Jan 1, 2011
1 parent 9325230 commit 798b41a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/jobs/access.dm
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
if("Medical Doctor")
return list(access_medical, access_morgue)
if("Botanist") // -- TLE
return list(access_medical, access_hydroponics) // Removed tox and chem access because STOP PISSING OFF THE CHEMIST GUYS
return list(access_hydroponics) // Removed tox and chem access because STOP PISSING OFF THE CHEMIST GUYS // //Removed medical access because WHAT THE FUCK YOU AREN'T A DOCTOR YOU GROW WHEAT
if("Librarian") // -- TLE
return list(access_library)
if("Lawyer") //Muskets 160910
Expand Down
2 changes: 1 addition & 1 deletion code/game/jobs/jobprocs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@
usr.verbs += /client/proc/mimewall
for (var/mob/V in viewers(usr))
if(V!=usr)
V.show_message("[usr] looks as if a wall is in front of him.", 3, "", 2)
V.show_message("[usr] looks as if a wall is in front of them.", 3, "", 2)
usr << "You form a wall in front of yourself."
var/obj/forcefield/F = new /obj/forcefield(locate(usr.x,usr.y,usr.z))
F.icon_state = "empty"
Expand Down
Binary file modified icons/mob/eyes.dmi
Binary file not shown.
Binary file modified icons/mob/human_face.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/glasses.dmi
Binary file not shown.

0 comments on commit 798b41a

Please sign in to comment.