Fixes roller beds and Pursuit RIG sprites

This commit is contained in:
Razgriz
2020-07-13 01:31:05 -07:00
parent cb7d65e8e8
commit 873371c41e
3 changed files with 15 additions and 41 deletions
+2 -2
View File
@@ -135,7 +135,7 @@
// step_towards(M, src)
. = buckle_mob(M, forced)
playsound(src, 'sound/effects/seatbelt.ogg', 50, 1)
playsound(src.loc, 'sound/effects/seatbelt.ogg', 50, 1)
if(.)
var/reveal_message = list("buckled_mob" = null, "buckled_to" = null) //VORE EDIT: This being a list and messages existing for the buckle target atom.
if(!silent)
@@ -163,7 +163,7 @@
/atom/movable/proc/user_unbuckle_mob(mob/living/buckled_mob, mob/user)
var/mob/living/M = unbuckle_mob(buckled_mob)
playsound(src, 'sound/effects/seatbelt.ogg', 50, 1)
playsound(src.loc, 'sound/effects/seatbelt.ogg', 50, 1)
if(M)
if(M != user)
M.visible_message(\