mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Made mime wall emote gender neutral, removed medical access from botanists (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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 6.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user