mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 07:04:01 +01:00
@@ -62,4 +62,4 @@ var/global/ntnrc_uid = 0
|
||||
return 0 // Not Authorised
|
||||
|
||||
add_status_message("[client.username] has changed channel title from [title] to [newtitle]")
|
||||
title = newtitle
|
||||
title = newtitle
|
||||
|
||||
@@ -29,4 +29,3 @@
|
||||
|
||||
/datum/computer_file/data/email_message/proc/set_timestamp()
|
||||
timestamp = stationtime2text()
|
||||
|
||||
|
||||
@@ -118,4 +118,4 @@ With addition of various antag programs, IDS(Intrusion Detection System) will be
|
||||
If enabled, this system automatically detects any abnormality and triggers a warning that's visible on the NTNet status screen, as well as generating a security log.
|
||||
IDS can be disabled by simple on/off switch in the configuration.
|
||||
|
||||
*/
|
||||
*/
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
/obj/item/modular_computer/tablet/lease
|
||||
desc = "A small portable microcomputer. This one has a gold and blue stripe, and a serial number stamped into the case."
|
||||
icon_state = "tabletsol"
|
||||
icon_state_unpowered = "tabletsol"
|
||||
icon_state_unpowered = "tabletsol"
|
||||
|
||||
@@ -57,4 +57,4 @@
|
||||
screen_on = TRUE
|
||||
to_chat(user, "You secure \the [src].")
|
||||
return
|
||||
..()
|
||||
..()
|
||||
|
||||
@@ -21,4 +21,4 @@
|
||||
/datum/computer_file/data/news_article/space/vol_one
|
||||
filename = "SPACE Magazine vol. 1"
|
||||
server_file_path = 'news_articles/space_magazine_1.html'
|
||||
*/
|
||||
*/
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
filedesc = "Alarm Monitoring (Security)"
|
||||
extended_desc = "This program provides visual interface for the security alarm system."
|
||||
tguimodule_path = /datum/tgui_module/alarm_monitor/security/ntos
|
||||
required_access = access_security
|
||||
required_access = access_security
|
||||
|
||||
@@ -79,4 +79,4 @@
|
||||
battery.charge = battery.maxcharge
|
||||
|
||||
/obj/item/computer_hardware/battery_module/get_cell()
|
||||
return battery
|
||||
return battery
|
||||
|
||||
@@ -15,4 +15,4 @@
|
||||
if(stored_card)
|
||||
stored_card.forceMove(get_turf(holder2))
|
||||
holder2 = null
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -34,4 +34,4 @@
|
||||
/obj/item/computer_hardware/hard_drive/portable/Destroy()
|
||||
if(holder2 && (holder2.portable_drive == src))
|
||||
holder2.portable_drive = null
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -43,4 +43,4 @@
|
||||
/obj/item/computer_hardware/processor_unit/Destroy()
|
||||
if(holder2 && (holder2.processor_unit == src))
|
||||
holder2.processor_unit = null
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
/obj/item/computer_hardware/tesla_link/Destroy()
|
||||
if(holder2 && (holder2.tesla_link == src))
|
||||
holder2.tesla_link = null
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user