mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
Merge pull request #1712 from VOREStation/camera-tag-names
Prevent "the" from being prepended to camera tags auto-generated from area names
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
// VOREStation Edit Start - Make mapping with cameras easier
|
||||
if(!c_tag)
|
||||
var/area/A = get_area(src)
|
||||
c_tag = "[A ? A : "Unknown"] #[rand(111,999)]"
|
||||
c_tag = "[A ? A.name : "Unknown"] #[rand(111,999)]"
|
||||
..()
|
||||
// VOREStation Edit End
|
||||
|
||||
|
||||
Reference in New Issue
Block a user