Finally fixed the access stuff for medbay. It was a bug introduced by Doohl.

Also made electric chairs amazing, but the sprite needs work.
This commit is contained in:
SkyMarshal
2012-01-19 00:12:24 -07:00
parent d0e8ceec58
commit 18bd946668
8 changed files with 66 additions and 41 deletions

View File

@@ -65,6 +65,8 @@
if(!special_check(user)) return
if(!load_into_chamber())
user << "\red *click*";
for(var/mob/M in orange(4,src.loc))
M.show_message("*click, click*")
return
if(!in_chamber) return