Merge branch 'Bleeding-Edge' of github.com:d3athrow/vgstation13 into Bleeding-Edge

This commit is contained in:
Rob Nelson
2014-04-15 22:51:10 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -267,7 +267,7 @@
update_icon()
if (!glass)
opacity = 1
src.SetOpacity(1)
// TODO: analyze this proc
update_nearby_tiles()

View File

@@ -93,7 +93,7 @@
affecting.loc = assailant.loc
if(state >= GRAB_NECK)
affecting.Stun(5) //It will hamper your voice, being choked and all.
// affecting.Stun(5) //It will hamper your voice, being choked and all.
if(isliving(affecting))
var/mob/living/L = affecting
L.adjustOxyLoss(1)