Skip to content

Commit

Permalink
Revert "Fixes more than one prize win in Orion Trail"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalleo committed Sep 7, 2015
1 parent 7f4800b commit f0834b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions code/game/machinery/computer/arcade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@
name = "The Orion Trail"
desc = "Learn how our ancestors got to Orion, and have fun in the process!"


else if(event)
dat = eventdat
else if(playing)
Expand Down Expand Up @@ -453,8 +454,7 @@
return

/obj/machinery/computer/arcade/orion_trail/Topic(href, href_list)
. = ..()
if(!.)
if(..())
return
if(href_list["close"])
usr.unset_machine()
Expand Down Expand Up @@ -979,7 +979,6 @@

/obj/machinery/computer/arcade/orion_trail/proc/win()
playing = 0
turns = 1
say("Congratulations, you made it to Orion!")
if(emagged)
new /obj/item/weapon/orion_ship(src.loc)
Expand Down
1 change: 0 additions & 1 deletion config/admins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,3 @@ Dunc = Game Master
MMMiracles = Game Master
bear1ake = Game Master
CoreOverload = Game Master
Jalleo = Game Master

0 comments on commit f0834b4

Please sign in to comment.