- Added a death check to voice manipulating code. Fixes Issue 1244.

- Made a proc for grabbing which updates the grab status, as it is usually done in the grab's process, then made tables update the grab and check if the grab still exists. Fixes Issue 1285.
 - Made the blind check remove the blind screen if they're not blind but the layer is set to a non-zero layer. Fixes Issue 1286.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5704 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2013-02-14 11:31:29 +00:00
parent 75a7d34ec9
commit cf886f84aa
4 changed files with 107 additions and 97 deletions
@@ -322,6 +322,8 @@
if(G.state<2)
user << "\red You need a better grip to do that!"
return
if(!G.update())
return
G.affecting.loc = src.loc
G.affecting.Weaken(5)
visible_message("\red [G.assailant] puts [G.affecting] on the table.")