- Making single panned glass now checks if there is already a pane facing the default way and adjusts to face the nearest empty way in a counter-clockwise search direction. Should make placing windows easier
- Windows now have 'rotate clockwise' and 'rotate counter-clockwise' verbs
- Fixed window creation, a bug which my previous update made

MAPPING DEBUG TOOLS:
- Renamed all verbs in mapping to other names so they don't interfere with existing verbs when writing part of the command and pressing tab. (copied for previous update as this one actually fixes it)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1166 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-03-07 00:26:09 +00:00
parent be8c18ead5
commit a01379d654
3 changed files with 49 additions and 12 deletions
+3 -3
View File
@@ -44,7 +44,7 @@ var/intercom_range_display_status = 0
camera_view()
set category = "Mapping"
set name = "MAP Sec Camera Range Display"
set name = "Camera Range Display"
if(camera_range_display_status)
camera_range_display_status = 0
@@ -64,7 +64,7 @@ var/intercom_range_display_status = 0
sec_camera_report()
set category = "Mapping"
set name = "MAP Sec Camera Report"
set name = "Camera Report"
if(!master_controller)
alert(usr,"Master_controller not found.","Sec Camera Report")
@@ -93,7 +93,7 @@ var/intercom_range_display_status = 0
intercom_view()
set category = "Mapping"
set name = "MAP Intercom Range Display"
set name = "Intercom Range Display"
if(intercom_range_display_status)
intercom_range_display_status = 0