Bubblegum now charges past its target's location

This commit is contained in:
Joan Lung
2016-09-03 12:09:08 -04:00
parent bf5c9ec735
commit 266bacf4c8
16 changed files with 45 additions and 35 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ var/const/GRAV_NEEDS_WRENCH = 3
for(var/mob/M in mob_list)
if(M.z != z)
continue
M.update_gravity(M.mob_has_gravity())
M.update_gravity(M.has_gravity())
if(M.client)
shake_camera(M, 15, 1)
M.playsound_local(T, 'sound/effects/alert.ogg', 100, 1, 0.5)