Skip to content

Commit

Permalink
Work?
Browse files Browse the repository at this point in the history
  • Loading branch information
Karolis2011 committed Sep 28, 2019
1 parent 74b04f8 commit d54b106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/arcade_orion.dm
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
to_chat(usr, "<span class='danger'><font size=3>You're never going to make it to Orion...</font></span>")
var/mob/living/M = usr
M.visible_message("\The [M] starts rapidly deteriorating.")
show_browser(m, null, "window=arcade")
show_browser(M, null, "window=arcade")
for(var/i=0;i<10;i++)
sleep(10)
M.Stun(5)
Expand Down

0 comments on commit d54b106

Please sign in to comment.