Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/ChaoticOnyx/OnyxBay into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
daxsc committed Apr 18, 2020
2 parents 57d981c + a97ed61 commit 0bb8161
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions code/modules/VR/vr_gamepad.dm
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@
..()

/obj/machinery/gamepod/power_change()
if(powered())
return
move_outside()
. = ..()
if(occupant && (stat & NOPOWER))
move_outside()

/obj/machinery/gamepod/Destroy()
if(occupant)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/mob/living/simple_animal/friendly/mouse.dm
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
return ..()

/mob/living/simple_animal/mouse/Crossed(AM as mob|obj)
if(client && ishuman(AM) && !stat)
if(!client && ishuman(AM) && !stat)
var/mob/M = AM
to_chat(M, "<span class='warning'>\icon[src] Squeek!</span>")
playsound(loc, 'sound/effects/mousesqueek.ogg', 40)
Expand Down

0 comments on commit 0bb8161

Please sign in to comment.