stop this nonsense
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
else if(pa.Find("right"))
|
||||
bd.mode.change_settings(usr.client)
|
||||
update_icon()
|
||||
return 1
|
||||
return TRUE
|
||||
|
||||
/atom/movable/screen/buildmode/mode/update_icon_state()
|
||||
icon_state = bd.mode.get_button_iconstate()
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
/atom/movable/screen/buildmode/help/Click(location, control, params)
|
||||
bd.mode.show_help(usr.client)
|
||||
return 1
|
||||
return TRUE
|
||||
|
||||
/atom/movable/screen/buildmode/bdir
|
||||
icon_state = "build"
|
||||
@@ -50,7 +50,7 @@
|
||||
/atom/movable/screen/buildmode/bdir/Click()
|
||||
bd.toggle_dirswitch()
|
||||
update_icon()
|
||||
return 1
|
||||
return TRUE
|
||||
|
||||
// used to switch between modes
|
||||
/atom/movable/screen/buildmode/modeswitch
|
||||
@@ -64,7 +64,7 @@
|
||||
|
||||
/atom/movable/screen/buildmode/modeswitch/Click()
|
||||
bd.change_mode(modetype)
|
||||
return 1
|
||||
return TRUE
|
||||
|
||||
// used to switch between dirs
|
||||
/atom/movable/screen/buildmode/dirswitch
|
||||
@@ -77,7 +77,7 @@
|
||||
|
||||
/atom/movable/screen/buildmode/dirswitch/Click()
|
||||
bd.change_dir(dir)
|
||||
return 1
|
||||
return TRUE
|
||||
|
||||
/atom/movable/screen/buildmode/quit
|
||||
icon_state = "buildquit"
|
||||
@@ -86,4 +86,4 @@
|
||||
|
||||
/atom/movable/screen/buildmode/quit/Click()
|
||||
bd.quit()
|
||||
return 1
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user