Game folder

This commit is contained in:
Poojawa
2018-09-11 04:06:45 -05:00
parent b6430559e9
commit 8b9ef1e400
270 changed files with 3120 additions and 2523 deletions
+3 -1
View File
@@ -32,6 +32,7 @@
// Airlock remote works by sending NTNet packets to whatever it's pointed at.
/obj/item/door_remote/afterattack(atom/A, mob/user)
. = ..()
GET_COMPONENT_FROM(target_interface, /datum/component/ntnet_interface, A)
if(!target_interface)
@@ -83,6 +84,7 @@
/obj/item/door_remote/quartermaster
name = "supply door remote"
desc = "Remotely controls airlocks. This remote has additional Vault access."
icon_state = "gangtool-green"
region_access = 6
@@ -92,7 +94,7 @@
region_access = 3
/obj/item/door_remote/civillian
name = "civillian door remote"
name = "civilian door remote"
icon_state = "gangtool-white"
region_access = 1