mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
GLASS:
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user