mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
- Removed an unneeded area
- Hopefully fixed the bug which allowed players to get a million toys from one arcade game. - Removed poly's master controller failsafe due to it doubling up the master controller for no reason whatsoever. - You can now redeem a full collection of mech toys at the quartermaster's for an actual mech! - Added this stuff to the changelog. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4138 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -16,10 +16,6 @@
|
||||
/client/proc/debug_master_controller()
|
||||
set category = "Debug"
|
||||
set name = "Debug Master Controller"
|
||||
switch(alert("Debug Master Controller or Failsafe?" ,, "Master Controller" , "Failsafe"))
|
||||
if("Master Controller")
|
||||
debug_variables(master_controller)
|
||||
if("Failsafe")
|
||||
debug_variables(Failsafe)
|
||||
debug_variables(master_controller)
|
||||
feedback_add_details("admin_verb","DMC") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
return
|
||||
Reference in New Issue
Block a user